mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
use GNU stow for setup
This commit is contained in:
13
zsh/.zsh/configs/post/path.zsh
Normal file
13
zsh/.zsh/configs/post/path.zsh
Normal file
@@ -0,0 +1,13 @@
|
||||
# ensure dotfiles bin directory is loaded first
|
||||
PATH="$HOME/local/bin:$PATH"
|
||||
|
||||
# load rbenv if available
|
||||
if command -v rbenv >/dev/null; then
|
||||
eval "$(rbenv init - --no-rehash)"
|
||||
fi
|
||||
|
||||
# nvm
|
||||
NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && source "$NVM_DIR/nvm.sh"
|
||||
|
||||
export -U PATH
|
||||
Reference in New Issue
Block a user