zsh: datestamp alias
This commit is contained in:
parent
ae1381fdbc
commit
6b9000e23c
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ alias rg='rg -S'
|
|||
alias tf='terraform'
|
||||
|
||||
alias timestamp='date "+%Y-%m-%d_%H-%M-%S"'
|
||||
alias datestamp='date "+%Y-%m-%d"'
|
||||
alias humantime='date "+%Y-%m-%d %H:%M %z"'
|
||||
|
||||
docker-ip() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue