Created
January 12, 2022 10:51
-
-
Save alst74/eeb73f93e70d7d8d7779acfb0d6e3853 to your computer and use it in GitHub Desktop.
bash_profile
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
HISTTIMEFORMAT="%Y/%m/%d %H:%M:%S " | |
HISTCONTROL="ignoredups:ignorespace" | |
HISTIGNORE="ls *:history" | |
HISTSIZE=1000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment