update aliasrc

now you don't have to write `sb-` in a shell
This commit is contained in:
Hekuran 2021-03-10 09:44:06 +01:00 committed by GitHub
parent 9666c78aef
commit 1e3a049077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,11 @@ for x in mount umount sv pacman updatedb su ; do
alias $x="sudo $x"
done
# Write minimally
for x in $(ls -A ~/.local/bin/statusbar) ; do
alias "${x#*-}"=$x
done
# Verbosity and settings that you pretty much just always are going to want.
alias \
cp="cp -iv" \