Skip to content

Commit

Permalink
Add utcnow and utcnowsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Dec 18, 2024
1 parent 8a4732a commit d3ef020
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ alias keychainloaddefault='keychain --nogui -q $HOME/.ssh/id_ed25519'

alias ipify='curl -s https://api.ipify.org | tee /dev/tty | pbcopy'
alias tmpdir='cd $(mktemp -d)'
alias utcnow='date -u +"%Y-%m-%dT%H:%M:%SZ" | tee /dev/tty | pbcopy'
alias utcnowsafe='date -u +"%Y-%m-%dT%H%M%SZ" | tee /dev/tty | pbcopy'

# fzf

Expand Down

0 comments on commit d3ef020

Please sign in to comment.