summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2025-03-26 18:35:48 -0700
committerTyler Davis <tyler@gluecode.net>2025-03-26 18:35:48 -0700
commite4857c90d5c3859435f69c8476d6415fc3f5c564 (patch)
treee44b9098ea9aff7b8d26e78fccd2b876a85dcdb9 /.zshrc
parentfb21caa3539731396bf2561a02163e387cd00348 (diff)
downloaddotfiles-e4857c90d5c3859435f69c8476d6415fc3f5c564.tar.gz
dotfiles-e4857c90d5c3859435f69c8476d6415fc3f5c564.zip
zsh,alacritty: fix confs
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 9ee8f81..e46a26f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -56,7 +56,9 @@ bindkey -e
# ZSH VIM MODE
export KEYTIMEOUT=1
# https://github.com/jeffreytse/zsh-vi-mode
-source $HOME/.local/share/zsh/zsh-vi-mode.plugin.zsh
+if [ -e "$HOME/.local/share/zsh/zsh-vi-mode.plugin.zsh" ]; then
+ source $HOME/.local/share/zsh/zsh-vi-mode.plugin.zsh
+fi
###
## == Prompt ==