From 9eb7ad4bd30e433c8c614da7fc308c24546ca43d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= <y0rune@aol.com>
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 <marcin.wozniak@wundermanthompson.com>
---
 .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