Skip to content

Commit

Permalink
Bash: Ignore '%' in history.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnadlerjr committed Feb 12, 2016
1 parent 92cbf28 commit a7e58ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/config
Expand Up @@ -37,7 +37,7 @@ TXTRST='\e[0m' # Text Reset
#[ -z "$PS1" ] && return

# Don't put fg commands in history
export HISTIGNORE="fg*"
export HISTIGNORE="fg*:%"

# don't put duplicate lines in the history. See bash(1) for more options
export HISTCONTROL=ignoredups
Expand Down

0 comments on commit a7e58ce

Please sign in to comment.