commit e198426f83105c3aef8c7d3037c86e575704b9c8
parent cb04d28c446ae9ca589b696aa96f9fd36d02cb8a
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Wed, 26 Aug 2020 00:23:05 -0400
Change poweroff alias
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.bashrc b/.bashrc
@@ -64,7 +64,7 @@ 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 cal='ncal -bM3'
-alias poweroff='doas pacman -Syyu && doas poweroff'
+alias poweroff='yay -Syyu && doas poweroff'
# Disable CTRL-S and CTRL-Q
stty -ixon