mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user