1
0
Tom 12 жил өмнө
parent
commit
0e84f0bb19
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      .bashrc

+ 4 - 0
.bashrc

@@ -16,6 +16,10 @@ alias ll='ls -alF'
 alias la='ls -A'
 alias l='ls -CF'
 
+# better back-searching
+bind '"\e[A": history-search-backward'
+bind '"\e[B": history-search-forward'
+
 # ssh coloring
 ssh() {
     if command ssh "$@"; then