]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/env
inputrc: Add Ctrl-P/N as replacements for arrow keys.
[config/dotfiles.git] / shell / env
index a71dfc718784813d608e2a8ab7bdbd0208c24e17..d478b17d8b9c5c69844980e38a3549fda3bb2701 100644 (file)
--- a/shell/env
+++ b/shell/env
@@ -9,7 +9,10 @@ source_debug ". ~/.shell/env"
 LANG=en_US.UTF-8
 export LANG
 
-# Add ~/bin and ~/.bin to PATH if available.
+# Add ~/bin and ~/.bin and ~/.shell/bin to PATH if available.
+if [ -d ~/.shell/bin ]; then
+    PATH=~/.shell/bin:$PATH
+fi
 if [ -d ~/bin ]; then
     PATH=~/bin:$PATH
 fi