Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
O
oh-my-fish
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
oh-my-fish
Commits
6b6747b2
Commit
6b6747b2
authored
Apr 16, 2014
by
Bruno
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #143 from jonathanpa/master
Ignore vim backup file (sw?) and explain use of custom themes.
parents
fab7aba9
9e97a467
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
.gitignore
.gitignore
+1
-0
README.markdown
README.markdown
+3
-0
No files found.
.gitignore
View file @
6b6747b2
...
@@ -3,3 +3,4 @@ custom/*
...
@@ -3,3 +3,4 @@ custom/*
.DS_Store
.DS_Store
*.pyc
*.pyc
*~
*~
*.sw?
README.markdown
View file @
6b6747b2
...
@@ -37,6 +37,9 @@ If you would like to override the functionality of a plugin distributed with oh-
...
@@ -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
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.
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,
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.
just add a new file (ending in .load) into the
`custom/`
directory.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment