Update path
This commit is contained in:
parent
18e86af701
commit
4b39364ebf
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
@ -18,7 +18,7 @@ export PS1="${Yellow}\d \A ${Off}${Cyan}\u@\h: ${Off}\w ${Green}\$(parse_git_bra
|
||||||
|
|
||||||
export PYTHONDONTWRITEBYTECODE=1
|
export PYTHONDONTWRITEBYTECODE=1
|
||||||
export PYTHONUSERBASE=~/.env/python
|
export PYTHONUSERBASE=~/.env/python
|
||||||
export PATH=~/.env/python/bin:~/bin:$PATH
|
export PATH=$PYTHONUSERBASE/bin:$HOME/bin:$PATH
|
||||||
|
|
||||||
export HISTCONTROL=ignoredups:erasedups # Avoid duplicates
|
export HISTCONTROL=ignoredups:erasedups # Avoid duplicates
|
||||||
export HISTSIZE=100000000 # big big history
|
export HISTSIZE=100000000 # big big history
|
||||||
|
|
Loading…
Add table
Reference in a new issue