Skip to content

Instantly share code, notes, and snippets.

@lunatilia
Last active August 29, 2015 14:17
Show Gist options
  • Save lunatilia/7dce23d2d30429b33280 to your computer and use it in GitHub Desktop.
Save lunatilia/7dce23d2d30429b33280 to your computer and use it in GitHub Desktop.
historyを削除するだけのスクリプト(雛形作成時とか用)
#----------------------------------------------------------------------------#
# Usage: source clear-history
#----------------------------------------------------------------------------#
export HISTSIZE=0
export HISTFILESIZE=0
rm -f ./clear-history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment