Compare commits

...

2 commits

Author SHA1 Message Date
bdeb7f2c9c add alias for basename in current directory 2024-07-18 10:22:39 +02:00
c4f8abe7d8 add simple alias for git and ls 2024-04-02 18:38:09 +02:00

View file

@ -73,10 +73,14 @@ alias \
v="$EDITOR" \
e="$EDITOR" \
z="zathura" \
syu="pacman -Syu" \
n="nnn"
n="nnn" \
g="git" \
l="ls --color=auto"
alias \
info="info --vi-keys"
alias \
here="basename $(pwd)"
[ -f $XDG_CONFIG_HOME/extrarc ] && . $XDG_CONFIG_HOME/extrarc