[Bash] Add local/bin to path

This commit is contained in:
Gregory Trolliet 2023-03-30 14:13:05 +02:00
parent 8e817ad10b
commit d646adc6b9

View file

@ -215,3 +215,6 @@ function dirsBackup() {
}
export PATH="$HOME/.cargo/bin:$PATH"
export PATH="$HOME/.local/bin:$PATH":
export EDITOR='vim'