commit b9ec52356c9c22595f6046cc4d0fd71e1305da80
parent 5851e9abd018d7638cf3f9cc86bbc68804c96144
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 8 Mar 2019 11:29:58 +0100
Do not auto-ls
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/links/.zshrc b/links/.zshrc
@@ -231,9 +231,9 @@ _fzf_complete_pass() {
. ~/.commands.sh
. ~/.locale
-if [[ -o interactive ]]; then
- function chpwd { ls }
-fi
+# if [[ -o interactive ]]; then
+# function chpwd { ls }
+# fi
[ -f ~/code/fzf-mpd/fzf-mpd.zsh ] && . ~/code/fzf-mpd/fzf-mpd.zsh
[ -f ~/.fzf.zsh ] && . ~/.fzf.zsh