diff options
author | 2022-03-15 16:05:07 +0530 | |
---|---|---|
committer | 2022-03-15 16:05:07 +0530 | |
commit | 3ee8574f1cfeed54e19e3da9492aec00a761f65b (patch) | |
tree | 83006025f73134081c3cd3d6a02f0888d81c3b31 /install | |
parent | 7754fe414354ba8cea2cb86e3a269b01f509e9d4 (diff) | |
download | shopno-os-log-sync-3ee8574f1cfeed54e19e3da9492aec00a761f65b.tar.gz shopno-os-log-sync-3ee8574f1cfeed54e19e3da9492aec00a761f65b.zip |
sourcing .xprofile in install script
Diffstat (limited to '')
-rwxr-xr-x | install | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |