From 0d3899f4a35549bbb07e4373be10974552503b71 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 19 Apr 2025 04:16:32 +0200 Subject: [PATCH] Addig some real nice to have aliases --- zshrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/zshrc b/zshrc index 21c6c7b..6fec99d 100644 --- a/zshrc +++ b/zshrc @@ -31,4 +31,12 @@ bindkey '\e[1~' beginning-of-line bindkey '\e[4~' end-of-line 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