mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 15:07:23 +01:00
adjust things my way
This commit is contained in:
committed by
Thomas Ruoff
parent
bc1bd4f5e6
commit
0331a6f779
@@ -1,12 +1,13 @@
|
||||
# ensure dotfiles bin directory is loaded first
|
||||
PATH="$HOME/.bin:/usr/local/sbin:$PATH"
|
||||
PATH="$HOME/local/bin:$PATH"
|
||||
|
||||
# load rbenv if available
|
||||
if command -v rbenv >/dev/null; then
|
||||
eval "$(rbenv init - --no-rehash)"
|
||||
fi
|
||||
|
||||
# mkdir .git/safe in the root of repositories you trust
|
||||
PATH=".git/safe/../../bin:$PATH"
|
||||
# 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