https://github.com/oneofone/etc-fish
My Fish Shell configuration
https://github.com/oneofone/etc-fish
Last synced: 8 months ago
JSON representation
My Fish Shell configuration
- Host: GitHub
- URL: https://github.com/oneofone/etc-fish
- Owner: OneOfOne
- Created: 2014-05-13T18:53:52.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-28T17:40:07.000Z (almost 12 years ago)
- Last Synced: 2025-03-14T11:25:38.244Z (over 1 year ago)
- Language: Shell
- Size: 199 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# /etc/fish
Some of the configuration files I use with my [Fish Shell](http://fishshell.com/), Golang aliases, Java / Perl pathes, etc.
### Notes
- I have my golang installed under `/usr/src/go-release`, you can change that in `/etc/fish/env/go.fish`
- The Android/Java/Perl pathes are a translated version of the bash ones that come by default in Arch Linux.
- All files in `/etc/fish/env` and `$HOME/.config/fish/env` are sourced once, to resource them just type `resource` or restart the shell.
- the `resource` alias is defined in `/etc/fish/functions/fish_prompt.fish`.
# License
All the scripts here are licensed under the [MIT license](http://opensource.org/licenses/mit-license.php).