8 lines
177 B
Text
8 lines
177 B
Text
|
|
# remember more commands
|
||
|
|
HISTSIZE=20000
|
||
|
|
|
||
|
|
# add timestamps to history entries
|
||
|
|
HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z # "
|
||
|
|
|
||
|
|
# 256-color terminal if available
|
||
|
|
export TERM=xterm-256color
|