export PS1="[\u@\h \w]\\$” # Nice one line prompt
export HISTTIMEFORMAT=”%h/%d - %H:%M:%S ” # keep track of time
export HISTSIZE=10000 # big history
export PS1="[\u@\h \w]\\$” # Nice one line prompt
export HISTTIMEFORMAT=”%h/%d - %H:%M:%S ” # keep track of time
export HISTSIZE=10000 # big history