Skip to content

Instantly share code, notes, and snippets.

@jethrokuan
Created August 3, 2016 12:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jethrokuan/4fcf83124548199c974961e1280750a7 to your computer and use it in GitHub Desktop.
Save jethrokuan/4fcf83124548199c974961e1280750a7 to your computer and use it in GitHub Desktop.
snippet for fish < 2.3
for file in ~/.config/fish/conf.d/*.fish
source $file
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment