aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-10-14 15:31:58 +0100
committerYann Herklotz <git@yannherklotz.com>2019-10-14 15:31:58 +0100
commitc26f0990829d7859bf45b9bab3248fe007095f71 (patch)
tree67dee1a2f6d2dc2a0c5b2b7e3ea81b08883f9211 /zsh/.zshrc
parent1938517aa5aec927ec7309d1ac363b71368d8649 (diff)
downloaddotfiles-c26f0990829d7859bf45b9bab3248fe007095f71.tar.gz
dotfiles-c26f0990829d7859bf45b9bab3248fe007095f71.zip
Add necessary changes for uni comp
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 9c02e6a..08aef70 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -23,7 +23,7 @@ setopt HIST_IGNORE_DUPS
setopt HIST_IGNORE_SPACE
setopt HIST_FIND_NO_DUPS
-(cat ~/.cache/wal/sequences &)
+(cat ~/.cache/wal/sequences &) >/dev/null 2>&1
# Sourcing everything
source /usr/share/fzf/key-bindings.zsh