diff --git a/custom/example.fish b/custom/example.fish new file mode 100644 index 0000000..3445324 --- /dev/null +++ b/custom/example.fish @@ -0,0 +1,5 @@ +# Add yourself some shortcuts to projects you often work on +# Example: +# +# set oh-my-fish /Users/bpinto/.oh-my-fish +# diff --git a/custom/plugins/example/example.fish b/custom/plugins/example/example.fish new file mode 100644 index 0000000..406f274 --- /dev/null +++ b/custom/plugins/example/example.fish @@ -0,0 +1,2 @@ +# Add your own custom plugins in the custom/plugins directory. Plugins placed +# here will override ones with the same name in the main plugins directory.