diff options
author | Ben Sima <ben@bsima.me> | 2018-07-13 15:36:18 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-07-13 15:36:18 -0700 |
commit | 103ed7947824a00a4d377cc356e9e98fa57b57ce (patch) | |
tree | 2527c125613825f6c28340cda4d0c396f40c8990 /home.nix | |
parent | a25f817202787a140cee28bd4e1a385f1119f30c (diff) |
Mail and bash aliases
Diffstat (limited to 'home.nix')
-rw-r--r-- | home.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ."; }; }; |