1
0
Fork 0

zsh: Add a human-readable timestamp alias

This commit is contained in:
Jeremy Kaplan 2019-10-18 16:26:56 -07:00 committed by Jeremy Kaplan
commit 5f171e7a02

View file

@ -13,6 +13,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"'
screenshot() {
local ts="$(timestamp)"