diff --git a/screen-profiles-helper b/screen-profiles-helper index 06da4359..cf417e91 100755 --- a/screen-profiles-helper +++ b/screen-profiles-helper @@ -437,7 +437,7 @@ def main(): except: showhelp="on" - isInstalled = (commands.getoutput('grep screen-launcher '+(HOME+'/.bashrc')) != "") + isInstalled = (commands.getoutput('grep screen-launcher '+(HOME+'/.profile')) != "") if showhelp == "on" : tag = help(screen, size, config)