aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorLibravatar Waishnav <waishnavdeore@gmail.com>2022-03-15 16:05:07 +0530
committerLibravatar Waishnav <waishnavdeore@gmail.com>2022-03-15 16:05:07 +0530
commit3ee8574f1cfeed54e19e3da9492aec00a761f65b (patch)
tree83006025f73134081c3cd3d6a02f0888d81c3b31 /install
parent7754fe414354ba8cea2cb86e3a269b01f509e9d4 (diff)
downloadshopno-os-log-sync-3ee8574f1cfeed54e19e3da9492aec00a761f65b.tar.gz
shopno-os-log-sync-3ee8574f1cfeed54e19e3da9492aec00a761f65b.zip
sourcing .xprofile in install script
Diffstat (limited to '')
-rwxr-xr-xinstall2
1 files changed, 2 insertions, 0 deletions
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