From 9ab4a9b2e4006fcee396bd21cc9debfd374c902c Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Thu, 7 May 2020 10:58:16 -0400 Subject: some new aliases and shell config --- home/modules/shell.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'home/modules/shell.nix') diff --git a/home/modules/shell.nix b/home/modules/shell.nix index 9378490bb6f3..be084793f377 100644 --- a/home/modules/shell.nix +++ b/home/modules/shell.nix @@ -14,6 +14,7 @@ let # Nix ns = "nix-shell"; nb = "nix build -f ."; + nc = "nix copy --to https://nix.urbinternal.com"; "nc." = "nix copy -f . --to https://nix.urbinternal.com"; # Docker and friends @@ -71,6 +72,7 @@ let "grim" = "git fetch && git rebase -i origin/master"; "grc" = "git rebase --continue"; "gcan" = "git commit --amend --no-edit"; + "grl" = "git reflog"; # Aliases from old config stck = "dirs -v"; @@ -131,6 +133,11 @@ in { inherit shellAliases; + history = rec { + save = 100000; + size = save; + }; + oh-my-zsh = { enable = true; -- cgit 1.4.1