✨ add brew and lvim to path (basically)
This commit is contained in:
parent
115f3afb75
commit
00157ed781
1 changed files with 6 additions and 0 deletions
6
.zshrc
6
.zshrc
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue