From eb1dbbb8be24a284777dc341c59841051e68045a Mon Sep 17 00:00:00 2001 From: Mehdi Sadeghi Date: Sun, 16 May 2021 20:39:05 +0200 Subject: Add basic (posix) shell. --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 7624b34..9a53147 100644 --- a/.zshrc +++ b/.zshrc @@ -65,3 +65,5 @@ fi # mv .git .githome alias githome='git --git-dir ~/.githome --work-tree ~' + +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh -- cgit v1.2.3