Skip to content

Instantly share code, notes, and snippets.

@dfischer
Created September 30, 2019 13:13
Show Gist options
  • Select an option

  • Save dfischer/1e208baeff1e57b2029bc12fdb609731 to your computer and use it in GitHub Desktop.

Select an option

Save dfischer/1e208baeff1e57b2029bc12fdb609731 to your computer and use it in GitHub Desktop.
# ~/.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