From: martin f. krafft Date: Mon, 14 Jul 2008 15:37:39 +0000 (+0200) Subject: return to proper lscontext X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/9b4e27af9824d6cd72ef39db5fc4860d91456909?hp=95cb32f9b6cef714b4a77f2acc3940b5698df6da return to proper lscontext --- diff --git a/.zsh/zshrc/30_aliases b/.zsh/zshrc/30_aliases index 67d8351..120640e 100644 --- a/.zsh/zshrc/30_aliases +++ b/.zsh/zshrc/30_aliases @@ -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='print -l -- ${${(f):-"$(lrt)"}[-$((LINES/2)),-1]}' +alias lscontext=ll cd () { __CHPWD_RUN_FIRST=lscontext && builtin cd "$@" && unset __CHPWD_RUN_FIRST } #_cd_l() { ll } #chpwd_functions+=_cd_l