bash: restore pythonuserbase
This commit is contained in:
parent
ae7733a776
commit
fa4426d193
1 changed files with 3 additions and 0 deletions
|
@ -11,9 +11,12 @@ export RIPGREP_CONFIG_PATH=$HOME/.ripgreprc
|
|||
export SYSTEMD_EDITOR=$EDITOR
|
||||
export TERM=alacritty
|
||||
export PYTHONDONTWRITEBYTECODE=1
|
||||
export PYTHONUSERBASE=$HOME/.env/python
|
||||
export TZ="Europe/Belgrade"
|
||||
export FZF_DEFAULT_OPTS='--border=horizontal --info=inline --no-reverse --height=50%'
|
||||
|
||||
# Local user bins
|
||||
add_path() case :$PATH: in *:$1:*) ;; *) PATH=$1:$PATH;; esac
|
||||
add_path $HOME/.local/bin
|
||||
add_path $PYTHONUSERBASE/bin
|
||||
add_path $HOME/.cargo/bin
|
||||
|
|
Loading…
Reference in a new issue