|
|
Subscribe / Log in / New account

Fish shell 2.1

Fish shell 2.1

Posted Dec 1, 2013 12:14 UTC (Sun) by zanchey (guest, #94250)
In reply to: Fish shell 2.1 by MatejLach
Parent article: Fish shell 2.1

I thought too that when I first started using fish, and in fact I was going back to zsh daily at first, then once or twice a week, and then I realised it had been months!

You can still write your scripts in POSIX shells - the main pain point in existing scripts is those that expect to be sourced in. Popular tools such as virtualenv do now have fish equivalents, though.

One useful tip is that many programs expect $SHELL to be POSIX-compliant (or even bash compliant), so I generally leave my login shell as zsh and then exec fish from my .zshrc.


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds