From 38eff503ed1bc38d95288c7aa747ef0a1f7f028c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20=F0=9F=9A=B6?= Date: Thu, 24 Oct 2024 21:12:34 +1100 Subject: [PATCH] add clear alias --- zshrc.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc.sh b/zshrc.sh index e439368..f505bca 100644 --- a/zshrc.sh +++ b/zshrc.sh @@ -385,4 +385,7 @@ myzsh_keybindings export PATH=$HOME/.local/bin:$PATH +# Aliases +alias c="clear" + date