diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-07-07 15:55:41 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-07-07 15:55:41 -0500 |
commit | 4af49ed67fbf358674d45fb8af3c4c3efaf90f58 (patch) | |
tree | f7619b516c34be16aaae9bb8ecf43d2504ceca31 /zsh/zscripts/aliasrc.zsh | |
parent | 66bff0b5ef46550866c959bb745a61363dc5331f (diff) | |
download | dotconfig-4af49ed67fbf358674d45fb8af3c4c3efaf90f58.tar.xz dotconfig-4af49ed67fbf358674d45fb8af3c4c3efaf90f58.zip |
tons of changes from when website was down
Diffstat (limited to 'zsh/zscripts/aliasrc.zsh')
-rwxr-xr-x | zsh/zscripts/aliasrc.zsh | 8 |
1 files changed, 4 insertions, 4 deletions
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" \ |