This commit is contained in:
Daniel Bauer
2020-02-20 09:16:08 +01:00
parent 125176d530
commit f73d80c03f
6 changed files with 625 additions and 32 deletions

View File

@@ -12,8 +12,7 @@ export PAGER='most'
export BAT_PAGER='less'
# Path
export PATH="$HOME/.cargo/bin:$PATH"
export PATH="$HOME/conda/bin:${PATH}" # binaries
export PATH="$HOME/bin:${PATH}" # binaries
export PATH="$HOME/scripts:${PATH}" # scripts
export PATH="$HOME/.local/bin:${PATH}" # python executeables
export PATH="${PATH}:$HOME/.cargo/bin"
export PATH="${PATH}:$HOME/bin" # binaries
export PATH="${PATH}:$HOME/scripts" # scripts
export PATH="${PATH}:$HOME/.local/bin" # python executeables