qnd:bash_configuration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
qnd:bash_configuration [2023/03/29 12:12] mguptonqnd:bash_configuration [2023/03/31 11:34] (current) mgupton
Line 9: Line 9:
 shopt -s histverify shopt -s histverify
 # Exclude things from being saved in history # Exclude things from being saved in history
-export HISTIGNORE="history*:[ \tbf]g*:hh:jobs:fc:clear:man *"+export HISTIGNORE="history*:[ \tbf]g*:hh:hs:jobs:fc:clear:man *"
 # Prevent duplicate entries # Prevent duplicate entries
 export HISTCONTROL=ignoreboth:erasedups export HISTCONTROL=ignoreboth:erasedups
Line 39: Line 39:
 alias nn='nano' alias nn='nano'
 alias ha='history -a' alias ha='history -a'
 +alias hs='history -s'
 </code> </code>
  
  • qnd/bash_configuration.1680091950.txt.gz
  • Last modified: 2023/03/29 12:12
  • by mgupton