3 Power Tips Plus

Power Tip #1

El comando cd - sirve para ir rápidamente al directorio anterior

cd /usr/local/bin
cd /tmp
cd -

La variable

Agegar en ~/.bashrc

HISTTIMEFORMAT="+%F %T"

También se puede usar bash-it para realizar la configuración If this variable is set and not null, its value is used as a format string for strftime(3) to print the time stamp associated with each history entry displayed by the history builtin. If this variable is set, time stamps are written to the history file so they may be preserved across shell sessions. This uses the history comment character to distinguish timestamps from other history lines.

kitty icat

Comentarios

Comments powered by Disqus