On Tue, Feb 10, 2015, at 12:09 PM, Luciano ES wrote:
> Hi, Greg. I followed your advice and found a permanent fix: this line in
> my config.fish file:
> 
> set SHELL "/bin/bash"

I don't know whether that is a good idea.  That will make *every*
program (that looks at the SHELL environment variable) use bash as your
shell (e.g. dvtm).  Is that really what you want?  It's up to you, but I
wouldn't do it.  I would just use
    env SHELL=/bin/bash vim
and/or set an alias for that if you don't like typing all that much.

-- 
http://www.fastmail.com - Accessible with your email software
                          or over the web


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to