diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-24 20:07:05 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-24 20:07:05 +0200 |
commit | 2279a765fb2c9b15792ab9e33454091071fc004a (patch) | |
tree | f47d730cf3b07ff627c38437dc5a02712529c6be /config/essentials/zsh | |
parent | b3aedded4af502c063b3fdc60989266e8b3f6dac (diff) |
added comment
Diffstat (limited to 'config/essentials/zsh')
-rw-r--r-- | config/essentials/zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index 5ce6d01..f0c1cbf 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -113,6 +113,7 @@ parse_git_status() { export REPORTTIME=2 export TIMEFMT="-> %*E" +# override built-in time command alias time='/usr/bin/time' export MENUCMD='fzf' |