From 6557b663de2679679e17847f5e7004d7ceff2be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sat, 23 Oct 2021 22:10:39 +0200 Subject: [PATCH] Added `alias cl` as Collage --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index c775308..7165903 100644 --- a/.zshrc +++ b/.zshrc @@ -106,6 +106,7 @@ alias mgr="cd $HOME/Documents/Mega-Documents/Magisterka-Marcin/Semestr1/" alias aria2c="aria2c --seed-time=0 --disable-ipv6 --max-upload-limit=1k" alias lg="lazygit" alias update-brew="brew upgrade --cask" +alias cl="cd $HOME/Documents/Collage/Semestr2" # Cleaning-up export PATH=$HOME/.local/bin:$PATH