From bc1db0569d4179d1b56daf35218e340eb877e2c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Fri, 27 Oct 2023 15:33:32 +0200 Subject: [PATCH] Added new command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 6963af1..495238b 100644 --- a/.zshrc +++ b/.zshrc @@ -106,6 +106,7 @@ alias pl="setxkbmap pl" 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 and Export for Mac if [[ "$(uname)" == "Darwin" ]]; then