minor tweaks, electrum and mbsync to ~/.config

This commit is contained in:
Luke Smith
2021-03-07 15:44:52 -05:00
parent 9ca5877024
commit 284b1078cb
3 changed files with 10 additions and 4 deletions

View File

@@ -6,6 +6,11 @@
# Use $XINITRC variable if file exists.
[ -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
# Verbosity and settings that you pretty much just always are going to want.
alias \
cp="cp -iv" \
@@ -31,7 +36,6 @@ alias \
trem="transmission-remote" \
YT="youtube-viewer" \
sdn="sudo shutdown -h now" \
f="$FILE" \
e="$EDITOR" \
v="$EDITOR" \
p="sudo pacman" \