Compare commits

..

No commits in common. "bdeb7f2c9cc39afa2b3ef60ede09de0919136143" and "518967fe0a0ddb7b4d7a015ebf143a49074b015a" have entirely different histories.

View file

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