zshrc: dn - date now

This commit is contained in:
Marcin Woźniak 2025-02-10 22:56:12 +01:00
parent 0e225e78cf
commit 882e6c58af

1
.zshrc
View File

@ -116,6 +116,7 @@ alias feh="feh --edit --scale-down"
alias graphic-card="glxinfo|egrep 'OpenGL vendor|OpenGL renderer'"
alias mylaptop-components="inxi -Fxz"
alias update_time="sudo ntpdate -b -u vega.cbk.poznan.pl"
alias dn='LC_TIME=C /bin/date "+%Y%m%d%H%M%S"'
# Alias and Export for Mac
if [[ "$(uname)" == "Darwin" ]]; then