Mercurial > dotfiles
diff dot_zshrc @ 267:3f2021447193
setup ultisnips keys
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 09 Jun 2020 10:19:25 +0200 |
parents | 7a275f0d38e8 |
children | f89fb61cbfb2 |
line wrap: on
line diff
--- a/dot_zshrc Sun Jun 07 22:00:39 2020 +0200 +++ b/dot_zshrc Tue Jun 09 10:19:25 2020 +0200 @@ -197,5 +197,6 @@ export EDITOR=nvim export HGEDITOR=nvim -[ -f ~/.fzf.zsh ] &&source ~/.fzf.zsh +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh export FZF_DEFAULT_COMMAND='ag -g ""' +[ -f ~/.zshrc.local ] && source ~/.zshrc.local