Created
September 30, 2019 13:13
-
-
Save dfischer/1e208baeff1e57b2029bc12fdb609731 to your computer and use it in GitHub Desktop.
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
| # ~/.config/fish/config.fish | |
| eval (starship init fish) | |
| status --is-interactive; and source (pyenv init -|psub) | |
| set -g fish_user_paths "/usr/local/sbin" $fish_user_paths | |
| set -g fish_user_paths "/Users/dfischer/.emacs.d/bin" $fish_user_paths | |
| set -g fish_user_paths "/Users/dfischer/.dotfiles/bin" $fish_user_paths |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment