From 0949414e76c75da02efb07dbe747f3387a24d2c0 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Tue, 10 Aug 2021 00:51:38 -0500 Subject: changed name of home dirs and other small tweaks --- zsh/aliasrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'zsh/aliasrc') diff --git a/zsh/aliasrc b/zsh/aliasrc index 7c0d74a..3ea8e29 100755 --- a/zsh/aliasrc +++ b/zsh/aliasrc @@ -60,7 +60,7 @@ alias \ br="br -h" \ ffmpeg="ffmpeg -hide_banner" -# Make startx link to proper xinitrc location +# Clean home directory alias \ - startx="startx ~/.config/x11/xinitrc" \ - startdwm="/bin/startx ~/.config/x11/xinitdwmrc" + startx="startx $XDG_CONFIG_HOME/x11/xinitrc" \ + startdwm="/bin/startx $XDG_CONFIG_HOME/x11/xinitdwmrc" -- cgit v1.2.3