Fish shell support
See original GitHub issueThis tool is looking great so far and it woud be great if it would also support fish shell: https://github.com/fish-shell/fish-shell
I tried to simply modify the syntax to fish-shell: [[ -s "$HOME/.avn/bin/avn.sh" ]]; and source "$HOME/.avn/bin/avn.sh" # load avn but it is not working completely since fish also seems to have issues with the square brackets.
What exactly is the first bit doing? That might make it easier to translate to fish.
Issue Analytics
- State:
- Created 8 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
fish shell
A smart and user-friendly command line shell. ... fish supports 24 bit true color, the state of the art in terminal technology.
Read more >fish-shell/fish-shell: The user-friendly command line shell.
fish is a smart and user-friendly command line shell for macOS, Linux, and the rest of the family. fish includes features like syntax...
Read more >How to Install Fish Shell on Linux
We'll get to it after the installation part is complete. Glorious colors – Fish shell supports 24-bit true color for making the terminal...
Read more >fish (Unix shell) - Wikipedia
fish is a Unix shell with a focus on interactivity and usability. Fish is designed to give the user features by default, rather...
Read more >fish - Package Control
Friendly Interactive Shell (fish). A Sublime Text package for the friendly interactive shell. ... The package currently supports up to fish version: 3.4....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@Globegitter
avnis unnecessary for fish users. You can simply hook to PWD changes and run your favorite node version manager directly (I use nvm with fisherman/nvm):By what metric is a shell that’s not POSIX compliant popular?