X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/95cb32f9b6cef714b4a77f2acc3940b5698df6da..e7aef48f33e934106d1a50201d9f098f9886d7ec:/.zsh/zshrc/30_aliases?ds=sidebyside diff --git a/.zsh/zshrc/30_aliases b/.zsh/zshrc/30_aliases index 67d8351..a4ad3c5 100644 --- a/.zsh/zshrc/30_aliases +++ b/.zsh/zshrc/30_aliases @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # alias mv='nocorrect mv' @@ -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