Created
April 19, 2022 18:01
-
-
Save donnfelker/5f4f76fec809c7be9347b7c17f0d3b43 to your computer and use it in GitHub Desktop.
Fish Config
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
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