Addig some real nice to have aliases

This commit is contained in:
Tobias 2025-04-19 04:16:32 +02:00
parent bf3f685e3b
commit 0d3899f4a3

8
zshrc
View File

@ -31,4 +31,12 @@ bindkey '\e[1~' beginning-of-line
bindkey '\e[4~' end-of-line bindkey '\e[4~' end-of-line
bindkey '\e[3~' delete-char bindkey '\e[3~' delete-char
######################### nice to have aliases #########################
alias vim='nvim'
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh