summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc11
1 files changed, 0 insertions, 11 deletions
diff --git a/.zshrc b/.zshrc
index d6f7290..2ec23dd 100644
--- a/.zshrc
+++ b/.zshrc
@@ -84,17 +84,6 @@ source $HOME/.cache/zsh-aliases*
source $HOME/.cache/zsh-shortcuts
source $HOME/.cache/shell-vars
-# Vifm with sensible cd option
-vicd()
-{
- local dst="$(command vifmrun --choose-dir - "$@")"
- [[ "$dst" == "" ]] && \
- echo 'Directory picking cancelled/failed' && \
- return 1 \
- || cd "$dst"
-}
-
# Load zsh-syntax-highlighting; should be last.
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null
-eval $(thefuck --alias)