add simple alias for git and ls

This commit is contained in:
xesc 2024-04-02 18:38:09 +02:00
parent 518967fe0a
commit c4f8abe7d8

View file

@ -73,8 +73,9 @@ alias \
v="$EDITOR" \ v="$EDITOR" \
e="$EDITOR" \ e="$EDITOR" \
z="zathura" \ z="zathura" \
syu="pacman -Syu" \ n="nnn" \
n="nnn" g="git" \
l="ls --color=auto"
alias \ alias \
info="info --vi-keys" info="info --vi-keys"