summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-07-13 15:36:18 -0700
committerBen Sima <ben@bsima.me>2018-07-13 15:36:18 -0700
commit103ed7947824a00a4d377cc356e9e98fa57b57ce (patch)
tree2527c125613825f6c28340cda4d0c396f40c8990 /home.nix
parenta25f817202787a140cee28bd4e1a385f1119f30c (diff)
Mail and bash aliases
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix4
1 files changed, 4 insertions, 0 deletions
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 .";
};
};