bmalehorn / fish-auto-source

Never type "source ~/.config/fish/config.fish" again

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto Source

Never type source ~/.config/fish/config.fish again.

auto-source will automatically source ~/.config/fish/config.fish if it's been modified since the last command.

Installation

fisher

fisher add bmalehorn/fish-auto-source

Manual

Copy/paste the contents of fish_auto_source.fish into your config.fish.

Credits

This function was originally written by @c02y in this post. I just packaged it and handled a few edge cases.

About

Never type "source ~/.config/fish/config.fish" again


Languages

Language:Shell 100.0%