diff --git a/terminal/shrc b/terminal/shrc index 901a8ee..9b61db9 100644 --- a/terminal/shrc +++ b/terminal/shrc @@ -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