aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-08 13:15:09 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-08 13:15:09 +0100
commit63ba750d5ab8ae9d20750d9461a95307c20c9bbf (patch)
treeaf3790a6d359601ab36c55dccdcde2eaaad794fb /zsh/.zshrc
parentb1673e899ec30f25b71cdc9d1ffd6c8246634191 (diff)
downloaddotfiles-63ba750d5ab8ae9d20750d9461a95307c20c9bbf.tar.gz
dotfiles-63ba750d5ab8ae9d20750d9461a95307c20c9bbf.zip
Adding local changes
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index ccf9080..7d7982a 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -25,7 +25,7 @@ setopt HIST_IGNORE_DUPS
setopt HIST_IGNORE_SPACE
setopt HIST_FIND_NO_DUPS
-if [ -d ~/.cache/wal ]; then (cat ~/.cache/wal/sequences &) fi
+#if [ -d ~/.cache/wal ]; then (cat ~/.cache/wal/sequences &) fi
# Sourcing everything
if [ -e /usr/share/fzf/key-bindings.zsh ]; then source /usr/share/fzf/key-bindings.zsh; fi