#585: Fix suggestion of .bash_profile

This commit is contained in:
Vladimir Iakovlev
2017-03-23 16:55:24 +01:00
parent b016bb2255
commit d28567bb31
+1 -1
View File
@@ -41,7 +41,7 @@ class Bash(Generic):
if os.path.join(os.path.expanduser('~'), '.bashrc'):
config = '~/.bashrc'
elif os.path.join(os.path.expanduser('~'), '.bash_profile'):
config = '~/.bashrc'
config = '~/.bash_profile'
else:
config = 'bash config'