From 4af49ed67fbf358674d45fb8af3c4c3efaf90f58 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Thu, 7 Jul 2022 15:55:41 -0500 Subject: tons of changes from when website was down --- zsh/zscripts/aliasrc.zsh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'zsh/zscripts/aliasrc.zsh') diff --git a/zsh/zscripts/aliasrc.zsh b/zsh/zscripts/aliasrc.zsh index e008cc8..411a84d 100755 --- a/zsh/zscripts/aliasrc.zsh +++ b/zsh/zscripts/aliasrc.zsh @@ -4,7 +4,7 @@ alias \ htop="htim" \ mutt="neomutt" \ - sudo="doas" \ + sudo="${SUDO-sudo}" \ # Shorten program names alias \ @@ -58,7 +58,7 @@ alias \ # Clean home directory alias \ mbsync="mbsync --config $MBSYNCRC" \ - startdwm="startx $XDG_CONFIG_HOME/x11/xinitdwmrc" \ - startpfwm="startx $XDG_CONFIG_HOME/x11/xinitpicframewmrc" \ - startx="startx $XINITRC" \ + startdwm="startx $X11CONFIG/xinitrc dwm" \ + startpfwm="startx $X11CONFIG/xinitrc picframewm" \ + startx="startx $X11CONFIG/xinitrc" \ -- cgit v1.2.3