From 63ba750d5ab8ae9d20750d9461a95307c20c9bbf Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 8 Sep 2021 13:15:09 +0100 Subject: Adding local changes --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/.zshrc') 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 -- cgit