Last active
May 3, 2025 11:49
-
-
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 | |
# you'll probably need to log out for these to take effect; until then they will be shadowed by other values like nano |
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