zsh: Add UTC offset to humantime alias
This commit is contained in:
parent
b2b6532780
commit
7770bf1420
1 changed files with 1 additions and 1 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue