4 lines
48 B
Bash
4 lines
48 B
Bash
|
set -o vi
|
||
|
export HISTTIMEFORMAT="%m/%d/%Y %T "
|
||
|
|