add brew and lvim to path (basically)

This commit is contained in:
dannydannydanny 2022-06-11 18:01:39 +02:00
parent 115f3afb75
commit 00157ed781

6
.zshrc
View file

@ -111,3 +111,9 @@ bindkey -v
# fuzzy-finder # fuzzy-finder
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
# make brew accessible
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
# add lvim to path
export PATH=.local/bin:$PATH