More moving stuff around
This commit is contained in:
@@ -3,16 +3,17 @@ set -x DOTFILES /Users/thomas/dotfiles
|
||||
# Don't change it!
|
||||
|
||||
if test "$SHLVL" -le 1
|
||||
# Homebrew path
|
||||
set -x PATH /usr/local/bin /usr/local/sbin $PATH
|
||||
set -x PATH $DOTFILES/bin $PATH
|
||||
if test -d $HOME/bin
|
||||
set -x PATH $HOME/bin $PATH
|
||||
end
|
||||
# Personal scripts
|
||||
set -x PATH $HOME/bin $PATH
|
||||
# To easily run things in current directory
|
||||
set -x PATH . $PATH
|
||||
|
||||
set -x FISH_SETUP_PATH 'yes'
|
||||
end
|
||||
|
||||
# Locale settings
|
||||
set -x LANG sv_SE.UTF-8
|
||||
set -x LC_ALL sv_SE.UTF-8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user