Last active
March 14, 2026 16:51
-
-
Save EricZimmerman/9bbc41df5482baecae92aeadaced0a8d to your computer and use it in GitHub Desktop.
config.fish
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
| # install bat | |
| # install eza | |
| # curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher | |
| # fisher install givensuman/fish-eza | |
| if status is-interactive | |
| # Commands to run in interactive sessions can go here | |
| alias cat="bat" | |
| alias ssh="kitty +kitten ssh" | |
| abbr -a --position anywhere -- --help '--help | bat -plhelp' | |
| abbr -a --position anywhere -- -h '-h | bat -plhelp'] | |
| set -x EDITOR vim | |
| set -x VISUAL vim | |
| starship init fish | source | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment