From e1c829ba9bf9c266ce1ce6e1cfd80d4fdce0d5f2 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 23 Sep 2018 21:00:21 -0700 Subject: Add showpath bash alias --- home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index a1c5874..e0dfdd0 100644 --- a/home.nix +++ b/home.nix @@ -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"; -- cgit v1.2.3