Skip to content

Instantly share code, notes, and snippets.

@EricZimmerman
Last active March 14, 2026 16:51
Show Gist options
  • Select an option

  • Save EricZimmerman/9bbc41df5482baecae92aeadaced0a8d to your computer and use it in GitHub Desktop.

Select an option

Save EricZimmerman/9bbc41df5482baecae92aeadaced0a8d to your computer and use it in GitHub Desktop.
config.fish
# 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