## Quickly view source of script in Fish If you have lots of handcrafted [awesome scripts](https://github.com/dmi3/bin/) for [Fish shell](https://github.com/dmi3/fish/) and constantly improving it, you also might be interested in this one. When you type `src [command]` (autocompletion works here!), it will open script file in `$PATH`, Fish function or alias definition in your favorite text editor. For example ```fish src math ``` Source on Github 🏷️Cli 🏷️Fish