GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
@@ -27,9 +27,12 @@ If you want to install it manually, keep reading.
...
@@ -27,9 +27,12 @@ If you want to install it manually, keep reading.
Enabling a new plugin or theme is as easy as it should be. Open your fish configuration file
Enabling a new plugin or theme is as easy as it should be. Open your fish configuration file
`~/.config/fish/config.fish` and specify the theme and the plugins you want to use.
`~/.config/fish/config.fish` and specify the theme and the plugins you want to use.
As an example, to enable rails and git plugins add this line `set fish_plugins git rails`
As an example, to enable rails and git plugins add this line `set fish_plugins git rails`
to your configuration file.
to your configuration file.
## Tests
Oh-My-Fish comes fully tested via `fish-spec`, a plugin bundled with the framework. To learn how to use `fish-spec` in your own projects, check out the [usage guide](plugins/fish-spec/README.markdown).
## Customization
## Customization
If you have many functions which go well together, you can create custom plugin in the `custom/plugins/PLUGIN_NAME`
If you have many functions which go well together, you can create custom plugin in the `custom/plugins/PLUGIN_NAME`