mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* screen-profiles-helper: update auto-launch-on-login detection to look
at ~/.profile
This commit is contained in:
parent
07cad6012a
commit
8150ef0a55
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ def main():
|
||||||
except:
|
except:
|
||||||
showhelp="on"
|
showhelp="on"
|
||||||
|
|
||||||
isInstalled = (commands.getoutput('grep screen-launcher '+(HOME+'/.bashrc')) != "")
|
isInstalled = (commands.getoutput('grep screen-launcher '+(HOME+'/.profile')) != "")
|
||||||
|
|
||||||
if showhelp == "on" :
|
if showhelp == "on" :
|
||||||
tag = help(screen, size, config)
|
tag = help(screen, size, config)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue