zsh 不必像bash一样需要配置~/.bashrc
export HISTTIMEFORMAT='%F %T '
直接执行命令:
$ history -E
1 2.12.2013 14:19 cd ..
$ history -i
1 2013-12-02 14:19 history -E
$ history -D
1 0:00 history -E
2 0:00 history -I
zsh 不必像bash一样需要配置~/.bashrc
export HISTTIMEFORMAT='%F %T '
直接执行命令:
$ history -E
1 2.12.2013 14:19 cd ..
$ history -i
1 2013-12-02 14:19 history -E
$ history -D
1 0:00 history -E
2 0:00 history -I
本文标题:MacOS zsh history命令显示操作时间
本文链接:https://www.haomeiwen.com/subject/tufrlctx.html
网友评论