Fix shrc (again)

This commit is contained in:
Mid Favila 2021-07-05 23:47:58 -03:00
parent 108d16071d
commit 12162e6be4

View File

@ -43,7 +43,7 @@ alias k='kiss'
# This seems to be broken right now... will have to clean this up.
#if [ $SHELL = /bin/yash ]
#then
# for file in $HOME/.config/yash/conf/*
for file in $HOME/.config/yash/conf/*
do
. $file
done