source ~/.bashrc_local instead of hardcoded repo path
This commit is contained in:
parent
81e74f5f44
commit
aacd04fed2
@ -224,7 +224,7 @@ fi
|
||||
|
||||
bind 'set bell-style none'
|
||||
|
||||
[ -f ~/setup_env/dotfiles/.bashrc_local ] && source ~/setup_env/dotfiles/.bashrc_local
|
||||
[ -f ~/.bashrc_local ] && source ~/.bashrc_local
|
||||
export PATH=$PATH:~/lua-language-server/bin
|
||||
[ -f "$HOME/.cargo/env" ] && . "$HOME/.cargo/env"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user