From 2f1134bccb19f8333b538bbe9b1205649040f2cc Mon Sep 17 00:00:00 2001 From: Starfall Date: Sat, 9 Oct 2021 22:41:36 -0500 Subject: change comment about manjaro to specify arch since we're on upstream arch now --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 7429b9f..367794a 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -1,5 +1,5 @@ # plugins - fzf -# fzf is automatically picked up by /etc/profile on cygwin, but manjaro installs them here +# fzf is automatically picked up by /etc/profile on cygwin, but they're here on arch if [[ -a /usr/share/fzf/key-bindings.zsh ]] && [[ -a /usr/share/fzf/completion.zsh ]]; then export FZF_DEFAULT_OPTS='--no-height --no-reverse' source /usr/share/fzf/key-bindings.zsh -- cgit