Mercurial > dotfiles
comparison dot_zshrc @ 508:ee04e4821479
load direnv settings
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 18 Dec 2021 10:40:13 +0100 |
parents | 36ba70d17fd6 |
children | 5d57fac601e3 |
comparison
equal
deleted
inserted
replaced
507:a1ff0b7b405b | 508:ee04e4821479 |
---|---|
215 export FZF_DEFAULT_COMMAND='ag -g ""' | 215 export FZF_DEFAULT_COMMAND='ag -g ""' |
216 [ -f ~/.zshrc.local ] && source ~/.zshrc.local | 216 [ -f ~/.zshrc.local ] && source ~/.zshrc.local |
217 | 217 |
218 # Must run after brew is loaded | 218 # Must run after brew is loaded |
219 export SUDO_EDITOR=$(which nvim) | 219 export SUDO_EDITOR=$(which nvim) |
220 eval "$(direnv hook zsh)" |