]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/30_aliases
output short listing as context
[zsh.git] / .zsh / zshrc / 30_aliases
index b5d19bc24cb4f4f6dc2f8aee5be2d6c44c44f4b1..a807fdfc1810483d832140399e511994a1075de6 100644 (file)
@@ -43,7 +43,7 @@ alias lart='ls -lart'
 # List only directories and symbolic links that point to directories
 alias lsd='ll -d *(-/DN)'
 
-alias lscontext=ll
+alias lscontext=l
 cd () { __CHPWD_RUN_FIRST=lscontext && builtin cd "$@" && unset __CHPWD_RUN_FIRST }
 #_cd_l() { ll }
 #chpwd_functions+=_cd_l