This commit is contained in:
Luke Smith
2021-05-30 20:55:28 -04:00
parent 2440ad83e9
commit 9dec1225a4
4 changed files with 15 additions and 13 deletions

View File

@@ -7,9 +7,9 @@
[ -f "$XINITRC" ] && alias startx="startx $XINITRC"
# sudo not required for some system commands
for x in mount umount sv pacman updatedb su ; do
alias $x="sudo $x"
done
for command in mount umount sv pacman updatedb su ; do
alias $command="sudo $command"
done; unset command
# Verbosity and settings that you pretty much just always are going to want.
alias \

View File

@@ -4,6 +4,7 @@ cf ${XDG_CONFIG_HOME:-$HOME/.config}
D ${XDG_DOWNLOAD_DIR:-$HOME/Downloads}
d ${XDG_DOCUMENTS_DIR:-$HOME/Documents}
dt ${XDG_DATA_HOME:-$HOME/.local/share}
rr ${XDG_DATA_HOME:-$HOME/.local/src}
h $HOME
m ${XDG_MUSIC_DIR:-$HOME/Music}
mn /mnt