diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -144,8 +144,8 @@ tickle () { | |||
144 | } | 144 | } |
145 | alias tick=tickle | 145 | alias tick=tickle |
146 | 146 | ||
147 | [ -f ~/.fzf/shell/completion.zsh ] && source ~/.fzf/shell/completion.zsh | 147 | [ -f /usr/share/fzf/completion.zsh ] && source /usr/share/fzf/completion.zsh |
148 | [ -f ~/.fzf/shell/key-bindings.zsh ] && source ~/.fzf/shell/key-bindings.zsh | 148 | [ -f /usr/share/fzf/key-bindings.zsh ] && source /usr/share/fzf/key-bindings.zsh |
149 | 149 | ||
150 | # https://lobste.rs/s/zpw6py/how_do_you_organize_your_home_directory | 150 | # https://lobste.rs/s/zpw6py/how_do_you_organize_your_home_directory |
151 | function te { | 151 | function te { |