mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
update aliasrc
now you don't have to write `sb-` in a shell
This commit is contained in:
parent
9666c78aef
commit
1e3a049077
@ -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" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user