diff options
-rw-r--r-- | home.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -191,7 +191,7 @@ in ]; extraConfig = builtins.readFile ./vimrc; }; - + git = { enable = true; userName = "Ben Sima"; @@ -252,6 +252,7 @@ in s = "fasd -si"; # show / search / select sd = "fasd -sid"; # interactive directory selection sf = "fasd -sif"; # interactive file selection + showpath = "echo $PATH | sed 's/:/\n/g'"; 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"; |