From 682cd624f468fc52fc8be639c69cca2f19b2b38e Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 27 Jun 2009 09:54:53 +0200 Subject: [PATCH] make lscontext a short ls --- .zsh/zshrc/30_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/zshrc/30_aliases b/.zsh/zshrc/30_aliases index f206c8c..bbb4dbe 100644 --- a/.zsh/zshrc/30_aliases +++ b/.zsh/zshrc/30_aliases @@ -45,7 +45,7 @@ alias lart='ls -lart' # List only directories and symbolic links that point to directories alias lsd='ll -d *(-/DN)' -alias lscontext=l +alias lscontext=ls cd () { __CHPWD_RUN_FIRST=lscontext && builtin cd "$@" && unset __CHPWD_RUN_FIRST } #_cd_l() { ll } #chpwd_functions+=_cd_l -- 2.39.2