From 103ed7947824a00a4d377cc356e9e98fa57b57ce Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 13 Jul 2018 15:36:18 -0700 Subject: Mail and bash aliases --- home.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'home.nix') diff --git a/home.nix b/home.nix index a5adf08..d0748c5 100644 --- a/home.nix +++ b/home.nix @@ -225,6 +225,7 @@ in glog = ''git log --graph --pretty=format:"%Cred%h%Creset %an: %s - %Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset" --abbrev-commit --date=relative''; gp = "git push origin HEAD"; gs = "git status -sb"; + hs = "home-manager switch"; ll = "ls -l"; pull = "git pull"; push = "git push"; @@ -234,6 +235,9 @@ in sf = "fasd -sif"; # interactive file selection tdate = "date +%Y.%m.%d..%H.%M"; ttime = "date +%H.%M"; + typeless = "history | tail -n 20000 | sed 's/.* //' | sort | uniq -c | sort -g | tail -n 100"; + v = "vim"; + "v." = "vim ."; }; }; -- cgit v1.2.3