1
0
Fork 0

zsh: Add UTC offset to humantime alias

This commit is contained in:
Jeremy Kaplan 2020-07-22 12:27:15 -07:00
commit 7770bf1420

View file

@ -12,7 +12,7 @@ alias g='git'
alias rg='rg -S'
alias timestamp='date "+%Y-%m-%d_%H-%M-%S"'
alias humantime='date "+%Y-%m-%d %H:%M"'
alias humantime='date "+%Y-%m-%d %H:%M %z"'
screenshot() {
local ts="$(timestamp)"