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
06b35235
Commit
06b35235
authored
Nov 28, 2014
by
Bruno Pinto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #262 from bobthecow/fish-all-the-fish
parents
02529d7a
c91f0932
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
115 additions
and
73 deletions
+115
-73
themes/bobthefish/README.md
themes/bobthefish/README.md
+14
-0
themes/bobthefish/fish_prompt.fish
themes/bobthefish/fish_prompt.fish
+101
-73
No files found.
themes/bobthefish/README.md
View file @
06b35235
...
@@ -28,6 +28,8 @@ This theme is based loosely on [agnoster][agnoster].
...
@@ -28,6 +28,8 @@ This theme is based loosely on [agnoster][agnoster].
*
Background jobs (%)
*
Background jobs (%)
*
You currently have superpowers ($)
*
You currently have superpowers ($)
*
User@Host (unless you're the default user)
*
User@Host (unless you're the default user)
*
Current RVM or rbenv (Ruby) version
*
Current virtualenv (Python) version
*
Abbreviated parent directory
*
Abbreviated parent directory
*
Current directory, or Git or Mercurial project name
*
Current directory, or Git or Mercurial project name
*
Current project's repo branch ( master) or detached head (➦ d0dfd9b)
*
Current project's repo branch ( master) or detached head (➦ d0dfd9b)
...
@@ -43,6 +45,18 @@ This theme is based loosely on [agnoster][agnoster].
...
@@ -43,6 +45,18 @@ This theme is based loosely on [agnoster][agnoster].
*
Abbreviated project-relative path
*
Abbreviated project-relative path
### Configuration
You can override some default options in your
`config.fish`
:
set -g theme_display_git no
set -g theme_display_hg yes
set -g theme_display_virtualenv no
set -g theme_display_ruby no
set -g theme_display_user yes
set -g default_user your_normal_user
[
screenshot
]:
http://i.0x7f.us/bobthefish.png
[
screenshot
]:
http://i.0x7f.us/bobthefish.png
[
patching
]:
https://powerline.readthedocs.org/en/latest/fontpatching.html
[
patching
]:
https://powerline.readthedocs.org/en/latest/fontpatching.html
[
fonts
]:
https://github.com/Lokaltog/powerline-fonts
[
fonts
]:
https://github.com/Lokaltog/powerline-fonts
...
...
themes/bobthefish/fish_prompt.fish
View file @
06b35235
This diff is collapsed.
Click to expand it.
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