]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/30_aliases
fix xterm title setting
[zsh.git] / .zsh / zshrc / 30_aliases
index e028885e1d5eb7b98d367b20e42e5892d44fb862..fa973784e0b045ec92f79f2e86cd20f3238c9fee 100644 (file)
@@ -47,7 +47,7 @@ alias lart='ls -lart'
 alias lsd='ll -d *(-/DN)'
 
 alias lscontext=ls
-cd () { __CHPWD_RUN_FIRST=lscontext && builtin cd "$@" && unset __CHPWD_RUN_FIRST }
+#cd () { __CHPWD_RUN_FIRST=lscontext && builtin cd "$@" && unset __CHPWD_RUN_FIRST }
 #_cd_l() { ll }
 #chpwd_functions+=_cd_l