-
-
Save yicr/070561a0e5f9dd678d4f105f529bb716 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
コマンド 説明 | |
HISTCONTROL=ignoredups 同じコマンドが連続する場合は1回だけ記録する | |
HISTCONTROL=ignorespace コマンドの頭にスペースを付けて実行すると記録しない | |
HISTCONTROL=ignoreboth 上記2つどちらも設定する | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment