diff --git a/home/dotfiles/profile b/home/dotfiles/profile index 8de80a6..957acfa 100644 --- a/home/dotfiles/profile +++ b/home/dotfiles/profile @@ -65,6 +65,14 @@ log() { ############################################################################## # Actual profile code from here +# home bin +section "home bin" +if [ $PROFILE_BIN -gt 0 ]; then + PATH="$HOME/bin:$HOME/.local/bin:$PATH" + export PATH +fi +section_end + section "thefuck" if [ $PROFILE_THEFUCK -gt 0 ]; then eval "$(thefuck --alias)" @@ -164,14 +172,6 @@ if [ $PROFILE_NODE -gt 0 ]; then fi section_end -# home bin -section "home bin" -if [ $PROFILE_BIN -gt 0 ]; then - PATH="$HOME/bin:$HOME/.local/bin:$PATH" - export PATH -fi -section_end - # alias section "alias" if [ $PROFILE_ALIAS -gt 0 ]; then