Adding some typo aliases

This commit is contained in:
Tobias 2025-04-20 10:06:10 +02:00
parent 49aa230dac
commit 8044a28fdc

3
zshrc
View File

@ -39,6 +39,9 @@ alias ll='ls -la'
alias grep='grep --color=auto' alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto' alias fgrep='fgrep --color=auto'
alias egrep='egrep --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 source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh