[Bash] Add local/bin to path
This commit is contained in:
parent
8e817ad10b
commit
d646adc6b9
1 changed files with 3 additions and 0 deletions
3
.bashrc
3
.bashrc
|
@ -215,3 +215,6 @@ function dirsBackup() {
|
|||
}
|
||||
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
export PATH="$HOME/.local/bin:$PATH":
|
||||
export EDITOR='vim'
|
||||
|
||||
|
|
Loading…
Reference in a new issue