commit fec0c382fc0c1125c831262b081ab1f85ca6917a
parent ae99ea041accc6a3338987da62131cdfe2796b9c
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Sat, 24 Oct 2020 20:51:56 -0400
Update bash aliases
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.bashrc b/.bashrc
@@ -62,8 +62,9 @@ alias mbsync='mbsync -c "$XDG_CONFIG_HOME"/isync/mbsyncrc'
alias lpr='lpr -o fit-to-page -o two-sided-long-edge'
alias config='git --git-dir="$HOME"/docs/proj/dotfiles --work-tree="$HOME"'
alias units='units --history "$XDG_CACHE_HOME"/units_history'
-alias poweroff='yay -Syyu && doas poweroff'
-alias reboot='yay -Syyu && doas reboot'
+alias poweroff='yay -Syu && doas poweroff'
+alias reboot='yay -Syu && doas reboot'
+alias spawn='st > /dev/null 2>&1 &'
# Disable CTRL-S and CTRL-Q
stty -ixon