How to upgrade fish on ubuntu: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<pre> sudo add-apt-repository ppa:fish-shell/release-3 sudo apt-get update sudo apt-get install fish </pre> Gets fish 3.3.1 as of now. <ref> https://newbedev.com/how-do-i-upda...") |
No edit summary |
||
Line 8: | Line 8: | ||
https://newbedev.com/how-do-i-update-version-of-fish-terminal-ubuntu |
https://newbedev.com/how-do-i-update-version-of-fish-terminal-ubuntu |
||
</ref> |
</ref> |
||
To build from source, see the bionic docker image.<ref>https://github.com/fish-shell/fish-shell/blob/master/docker/bionic.Dockerfile</ref> |
|||
Starting with 3.4, the following feature flags make ? and & work as you'd expect in urls :ↄ |
|||
./fish -f qmark-noglob,ampersand-nobg-in-token |
Latest revision as of 01:32, 15 December 2021
sudo add-apt-repository ppa:fish-shell/release-3 sudo apt-get update sudo apt-get install fish
Gets fish 3.3.1 as of now. [1]
To build from source, see the bionic docker image.[2]
Starting with 3.4, the following feature flags make ? and & work as you'd expect in urls :ↄ
./fish -f qmark-noglob,ampersand-nobg-in-token