More zsh plugins and aliases
This commit is contained in:
15
home.nix
15
home.nix
@@ -26,6 +26,8 @@ in
|
|||||||
|
|
||||||
latest.pass
|
latest.pass
|
||||||
|
|
||||||
|
latest.arandr
|
||||||
|
latest.feh
|
||||||
latest.pcmanfm
|
latest.pcmanfm
|
||||||
latest.udiskie
|
latest.udiskie
|
||||||
|
|
||||||
@@ -184,7 +186,16 @@ in
|
|||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = "robbyrussell";
|
theme = "robbyrussell";
|
||||||
plugins = [ "git" "git-flow" "docker" "ssh-agent" "last-working-dir" "fasd" ];
|
plugins = [
|
||||||
|
"docker"
|
||||||
|
"fasd"
|
||||||
|
"git"
|
||||||
|
"git-flow"
|
||||||
|
"httpie"
|
||||||
|
"last-working-dir"
|
||||||
|
"pass"
|
||||||
|
"ssh-agent"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# `$` must be escaped with `''` :metal:
|
# `$` must be escaped with `''` :metal:
|
||||||
@@ -223,6 +234,8 @@ in
|
|||||||
p = "pass";
|
p = "pass";
|
||||||
tg = "tig --all";
|
tg = "tig --all";
|
||||||
tgs = "tig status";
|
tgs = "tig status";
|
||||||
|
tgl = "tig status";
|
||||||
|
tgb = "tig blame -C";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user