Skip to content

Commit

Permalink
add jobs to histignore, rvm to path
Browse files Browse the repository at this point in the history
  • Loading branch information
kbaribeau committed May 14, 2016
1 parent 6a652e1 commit 166fa05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .profile
Expand Up @@ -22,7 +22,7 @@ if [ -f ~/bin/hub ]; then
fi

#ignore certain commands in history
HISTIGNORE="clear:bg:fg:cd:cd -:exit:date:w:* --help"
HISTIGNORE="clear:bg:fg:jobs:cd:cd -:exit:date:w:* --help"

YELLOWORANGE='\[\033[0;33m\]'
ORIG_FONT_COLOR='\[\033[0m\]'
Expand Down Expand Up @@ -140,3 +140,5 @@ function playmidi {
return 1
fi
}

export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting

0 comments on commit 166fa05

Please sign in to comment.