mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
Merge pull request #143 from jonathanpa/master
Ignore vim backup file (sw?) and explain use of custom themes.
This commit is contained in:
commit
6b6747b259
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ custom/*
|
||||
.DS_Store
|
||||
*.pyc
|
||||
*~
|
||||
*.sw?
|
||||
|
@ -37,6 +37,9 @@ If you would like to override the functionality of a plugin distributed with oh-
|
||||
create a plugin of the same name in the `custom/plugins/` directory and it will be loaded
|
||||
instead of the one shipped with oh-my-fish.
|
||||
|
||||
If you would to use your custom theme, move it with the same name in the `custom/themes/` directory
|
||||
and it will override the original theme in `themes/`.
|
||||
|
||||
If you just want to override any of the default behavior or add some environment variables,
|
||||
just add a new file (ending in .load) into the `custom/` directory.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user