Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reset shell before running a command in go#util#System #967

Merged
merged 2 commits into from
Jul 31, 2016
Merged

Reset shell before running a command in go#util#System #967

merged 2 commits into from
Jul 31, 2016

Commits on Jul 27, 2016

  1. Reset shell before running a command in go#util#System

    This makes sure the commands still work when using a non-Bourne shell such as
    fish or tcsh.
    
    :help vim-doc recommends:
    
            set shell='/bin/sh'
    
    But this is not a great solution. This will mean that `:sh` will now invoke
    `/bin/sh`, instead of `tcsh` or `fish`. It also means that things such as shell
    aliases for `:!` will no longer work.
    arp242 committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    f698799 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c9dc0d View commit details
    Browse the repository at this point in the history