diff options
author | Starfall <us@starfall.systems> | 2021-10-09 22:41:36 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2021-10-09 22:41:36 -0500 |
commit | 2f1134bccb19f8333b538bbe9b1205649040f2cc (patch) | |
tree | 634877a197707b74c2127cf0ff74fdf641fd974c /.config | |
parent | 28cb721a34ac2dab312156cfe713e63106831b01 (diff) |
change comment about manjaro to specify arch since we're on upstream arch now
Diffstat (limited to '.config')
-rw-r--r-- | .config/zsh/.zshrc | 2 |
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 |