mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-09 19:11:15 +02:00
nim and python: version multiplexer support added
This commit is contained in:
5
.profile
5
.profile
@@ -3,7 +3,10 @@
|
||||
|
||||
# Adds `~/.local/bin` and all subdirectories to $PATH
|
||||
export PATH="$PATH:$(du "${HOME}/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
|
||||
export PATH=/home/user/.nimble/bin:$PATH
|
||||
export PATH=${HOME}/.nimble/bin:$PATH
|
||||
export PATH=${HOME}/.pyenv/bin:$PATH
|
||||
eval "$(pyenv init -)"
|
||||
eval "$(pyenv virtualenv-init -)"
|
||||
|
||||
export BROWSER="icecat"
|
||||
export RTV_BROWSER="qutebrowser"
|
||||
|
Reference in New Issue
Block a user