Created
November 4, 2012 09:15
-
-
Save sdoro/4010872 to your computer and use it in GitHub Desktop.
bash configuration ~/.bashrc
This file contains 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
# History | |
export HISTCONTROL=ignoredups:erasedups | |
export HISTSIZE=50000 | |
export HISTFILESIZE=50000 | |
export HISTTIMEFORMAT="%F %T " | |
# alias | |
alias l='ls -la' | |
alias df='df -h' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment