initial upload of bashrc
This commit is contained in:
parent
961b78bd26
commit
26950c69aa
1 changed files with 8 additions and 0 deletions
8
.bashrc
Normal file
8
.bashrc
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# remember more commands
|
||||
HISTSIZE=10000
|
||||
|
||||
# add timestamps to history entries
|
||||
HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z #"
|
||||
|
||||
# aliases
|
||||
alias grep='grep --color'
|
||||
Loading…
Add table
Add a link
Reference in a new issue