From 8a933eabd213bc525ac8bc301fccf2c83f4cadb4 Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Wed, 31 Oct 2018 07:42:49 +0100 Subject: [PATCH] More zsh plugins and aliases --- home.nix | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index c8b8602..85f3bfa 100644 --- a/home.nix +++ b/home.nix @@ -26,6 +26,8 @@ in latest.pass + latest.arandr + latest.feh latest.pcmanfm latest.udiskie @@ -184,7 +186,16 @@ in oh-my-zsh = { enable = true; 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: @@ -223,6 +234,8 @@ in p = "pass"; tg = "tig --all"; tgs = "tig status"; + tgl = "tig status"; + tgb = "tig blame -C"; }; };