Alter shrc slightly to fix a bug.

This commit is contained in:
Mid Favila 2021-07-05 23:19:38 -03:00
parent 259f566577
commit 7fc759c319
2 changed files with 6 additions and 6 deletions

View File

@ -40,11 +40,11 @@ alias k='kiss'
## Handle remote filesystems ## ## Handle remote filesystems ##
# Are we using yash? If so, source additional configs. # Are we using yash? If so, source additional configs.
# This seems to be broken right now... will have to clean this up.
if [ $SHELL = /bin/yash ] #if [ $SHELL = /bin/yash ]
then #then
for file in $HOME/.config/yash/conf/* # for file in $HOME/.config/yash/conf/*
do do
. $file . $file
done done
fi #fi

View File

@ -1,4 +1,4 @@
shod.theme: ~/.config/xresources/decwin.xpm shod.theme: /home/midfavila/.config/xresources/decwin.xpm
shod.focusButtons: shod.focusButtons:
shod.raiseButtons: 1 shod.raiseButtons: 1
shod.modifier: Mod4 shod.modifier: Mod4