Added .local/bin to path
This commit is contained in:
parent
db871c9dc4
commit
4fb0a552a3
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# If you come from bash you might have to change your $PATH.
|
# If you come from bash you might have to change your $PATH.
|
||||||
export PATH=$HOME/bin:/usr/local/bin:$PATH
|
export PATH=$HOME/.local/bin:$HOME/bin:/usr/local/bin:$PATH
|
||||||
|
|
||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH="/home/mandlm/.oh-my-zsh"
|
export ZSH="/home/mandlm/.oh-my-zsh"
|
||||||
|
|
Loading…
Reference in a new issue