]> code.delx.au - dotfiles/commitdiff
Bash improvements
authorJames Bunton <jamesbunton@delx.net.au>
Sun, 2 Mar 2008 11:31:34 +0000 (22:31 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Sun, 2 Mar 2008 11:31:34 +0000 (22:31 +1100)
.bash/interactive
.inputrc

index df39c397bbda1b17ded6ca0bcd5b8561f7557c5e..5969e838c490c0c46e22494dfb280ca0e4ff200e 100644 (file)
@@ -38,6 +38,8 @@ alias grep='grep --color=auto'
 
 # Bash should check the terminal size after every command terminates
 shopt -s checkwinsize
+# Don't attempt to tab-complete an empty line
+shopt -s no_empty_cmd_completion
 
 # Local customisations
 ssource "${HOME}/.bash/interactive_local"
index 42b47cfa89268840b9c21e12dd685d501c23e251..57356dc93c587c78621fb5f91829976f3fe74978 100644 (file)
--- a/.inputrc
+++ b/.inputrc
@@ -1,3 +1,4 @@
+set mark-symlinked-directories on
 set editing-mode vi
 
 set keymap vi-insert