commit 9c27d3a2e1712c50f7f995ac221439a903b9af79
parent 82bb6671e876f7dc4b77a3dc6abf01f1bb622ebb
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Sun, 25 Oct 2020 22:29:45 -0400
Merge branch 'master' of https://git.sr.ht/~jbauer/dotfiles
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