env: prepend local bin path
This commit is contained in:
parent
9911a009d9
commit
3d44475583
1 changed files with 1 additions and 3 deletions
|
@ -41,13 +41,11 @@ fi
|
|||
|
||||
## PATH MODIFICATION
|
||||
# add local bin path and shell bin path to PATH
|
||||
path_append "$LOCAL_HOME/bin"
|
||||
path_prepend "$LOCAL_HOME/bin"
|
||||
# add shell bin files
|
||||
path_append "$SHELL_CONFIG_DIR/bin"
|
||||
# add doom emacs bin folder to path if it exists
|
||||
path_append "$CONFIG_HOME/emacs/bin"
|
||||
# add nixvim path if it exists
|
||||
path_prepend "/home/blake/code/nixvim-config/result/bin"
|
||||
|
||||
export PATH
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue