Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # ~/.config/fish/config.fish
  2.  
  3.  
  4.  
  5. eval (starship init fish)
  6. status --is-interactive; and source (pyenv init -|psub)
  7.  
  8. set -g fish_user_paths "/usr/local/sbin" $fish_user_paths
  9. set -g fish_user_paths "/Users/dfischer/.emacs.d/bin" $fish_user_paths
  10. set -g fish_user_paths "/Users/dfischer/.dotfiles/bin" $fish_user_paths
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement