From 882e6c58af8e0708b6edb03060c06c720856897c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Mon, 10 Feb 2025 22:56:12 +0100 Subject: [PATCH] zshrc: dn - date now --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index b52a5e2..61d29fa 100644 --- a/.zshrc +++ b/.zshrc @@ -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