]> git.donarmstrong.com Git - zsh.git/commitdiff
stop lsing directories
authorDon Armstrong <don@donarmstrong.com>
Wed, 27 Feb 2013 21:33:54 +0000 (13:33 -0800)
committerDon Armstrong <don@donarmstrong.com>
Wed, 27 Feb 2013 21:33:54 +0000 (13:33 -0800)
.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