Last active
March 1, 2025 07:26
-
-
Save Aldaviva/aa7e487770a37210b17e3fb66058b52a to your computer and use it in GitHub Desktop.
Fish setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install fish | |
# sudo dnf install fish | |
chsh -s $(which fish) $(whoami) | |
fish | |
set -U fish_greeting | |
set -Ux EDITOR (which emacs) | |
set --show EDITOR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prompt styles: https://gist.github.com/Aldaviva/81dadd20f894f57e050caae7f9b063ad#file-fish-fish