Skip to content

Instantly share code, notes, and snippets.

@llkats
Created July 21, 2015 04:21
Show Gist options
  • Save llkats/42564df50a84e82e698c to your computer and use it in GitHub Desktop.
Save llkats/42564df50a84e82e698c to your computer and use it in GitHub Desktop.
add a flipping var to $PATH in fish shell which you can just never remember ever

~/.config/fish/config.fish

set -g -x PATH $PATH /path/to/add

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment