Skip to content

Instantly share code, notes, and snippets.

@Aldaviva
Last active March 1, 2025 07:26
Show Gist options
  • Save Aldaviva/aa7e487770a37210b17e3fb66058b52a to your computer and use it in GitHub Desktop.
Save Aldaviva/aa7e487770a37210b17e3fb66058b52a to your computer and use it in GitHub Desktop.
Fish setup
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
@Aldaviva
Copy link
Author

Aldaviva commented Mar 1, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment