Snippets

Chris Charlton Shell customizations

Updated by Chris Charlton

File shell.md Modified

  • Ignore whitespace
  • Hide word diff
 # No dupes in Shell history
 Add the following to `.bash_rc` 
+
 ``export HISTCONTROL=ignoreboth:erasedups``
Updated by Chris Charlton

File shell.md Modified

  • Ignore whitespace
  • Hide word diff
 # No dupes in Shell history
-Add the following to `.bash_rc`
+Add the following to `.bash_rc` 
 ``export HISTCONTROL=ignoreboth:erasedups``
Created by Chris Charlton

File shell.md Added

  • Ignore whitespace
  • Hide word diff
+# No dupes in Shell history
+Add the following to `.bash_rc`
+``export HISTCONTROL=ignoreboth:erasedups``
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.