From 107e3b7a159e91d8e5cef95620290bebc3ccabcc Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 7 Jan 2019 00:07:42 +0000 Subject: Add function to load theme --- zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index dbd929c..bd9cbb1 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -18,6 +18,8 @@ autoload -Uz compinit compinit # End of lines added by compinstall +(cat ~/.cache/wal/sequences &) + # Sourcing everything source /usr/share/fzf/key-bindings.zsh source /usr/share/fzf/completion.zsh -- cgit