Skip to content

Commit

Permalink
Merge pull request #197 from gnprice/patch-1
Browse files Browse the repository at this point in the history
Quote properly in first_run_setup config line
  • Loading branch information
pfmoore authored Apr 12, 2019
2 parents 8096dc0 + 8cca3f3 commit 9245ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pew/pew.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ def first_run_setup():
if shell == 'fish':
source_cmd = 'source (pew shell_config)'
else:
source_cmd = 'source $(pew shell_config)'
source_cmd = 'source "$(pew shell_config)"'
rcpath = expandpath({'bash': '~/.bashrc'
, 'zsh': '~/.zshrc'
, 'fish': '~/.config/fish/config.fish'}[shell])
Expand Down

0 comments on commit 9245ae3

Please sign in to comment.