Josh Bicking пре 7 година
родитељ
комит
833c6a8acf
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      zshrc

+ 5 - 0
zshrc

@@ -91,6 +91,11 @@ bindkey "^s" history-incremental-search-forward
 bindkey ";5C" forward-word
 bindkey ";5D" backward-word
 
+# cdls
+function cd {
+    builtin cd "$@" && ls -F
+}
+
 # Editor defaults
 export EDITOR=emacs
 export VISUAL=emacs