From 8044a28fdc41d99cb743f1e920a37653741a4b72 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sun, 20 Apr 2025 10:06:10 +0200 Subject: [PATCH] Adding some typo aliases --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index c2168ff..4e56368 100644 --- a/zshrc +++ b/zshrc @@ -39,6 +39,9 @@ alias ll='ls -la' alias grep='grep --color=auto' alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' +######################### typo aliases ######################### +alias lcear='clear' +alias claer='clear' source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh