Skip to content

Instantly share code, notes, and snippets.

@donnfelker
Created April 19, 2022 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donnfelker/5f4f76fec809c7be9347b7c17f0d3b43 to your computer and use it in GitHub Desktop.
Save donnfelker/5f4f76fec809c7be9347b7c17f0d3b43 to your computer and use it in GitHub Desktop.
Fish Config
set -g theme_nerd_fonts yes
set -g theme_display_git_stashed_verbose yes
set -g theme_display_git_master_branch yes
set -g theme_display_git_untracked yes
set -g theme_display_git_dirty yes
set -g theme_display_virtualenv yes
set -Ux EDITOR code --wait
rvm default
nvm use 14.15
test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shell_integration.fish ; or true
set -U fish_user_paths /usr/local/bin $fish_user_paths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment