From 12162e6be4e0e8f71d1d3e842fef9a8521281107 Mon Sep 17 00:00:00 2001 From: Mid Favila Date: Mon, 5 Jul 2021 23:47:58 -0300 Subject: [PATCH] Fix shrc (again) --- terminal/shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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