about summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
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