From 3ee8574f1cfeed54e19e3da9492aec00a761f65b Mon Sep 17 00:00:00 2001 From: Waishnav Date: Tue, 15 Mar 2022 16:05:07 +0530 Subject: sourcing .xprofile in install script --- install | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install') diff --git a/install b/install index 93c3a08..a9f547f 100755 --- a/install +++ b/install @@ -37,3 +37,5 @@ else fi echo "Now you can use Watcher after restart. and see you around if anything goes wrong do PR or smth else" + +[ -f ~/.xprofile ] && . ~/.xprofile -- cgit v1.2.3