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
ad1561ae
Commit
ad1561ae
authored
May 31, 2015
by
Justin Hileman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[split] Move bobthefish theme to oh-my-fish/theme-bobthefish
https://github.com/oh-my-fish/theme-bobthefish
parent
c5b533dc
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
493 deletions
+0
-493
themes/bobthefish/LICENSE
themes/bobthefish/LICENSE
+0
-21
themes/bobthefish/README.md
themes/bobthefish/README.md
+0
-63
themes/bobthefish/fish_greeting.fish
themes/bobthefish/fish_greeting.fish
+0
-6
themes/bobthefish/fish_prompt.fish
themes/bobthefish/fish_prompt.fish
+0
-394
themes/bobthefish/fish_right_prompt.fish
themes/bobthefish/fish_right_prompt.fish
+0
-5
themes/bobthefish/fish_title.fish
themes/bobthefish/fish_title.fish
+0
-4
No files found.
themes/bobthefish/LICENSE
deleted
100644 → 0
View file @
c5b533dc
The MIT License (MIT)
Copyright (c) 2013-2014 Justin Hileman
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
OR OTHER DEALINGS IN THE SOFTWARE.
themes/bobthefish/README.md
deleted
100644 → 0
View file @
c5b533dc
## bobthefish
bobthefish is a Powerline-style, Git-aware fish theme optimized for awesome.
![
bobthefish
][
screenshot
]
You will probably need a
[
Powerline-patched font
][
patching
]
for this to work.
[
I recommend picking one of these
][
fonts
]
.
This theme is based loosely on
[
agnoster
][
agnoster
]
.
### Features
*
A helpful, but not too distracting, greeting.
*
A subtle timestamp hanging out off to the right.
*
Powerline-style visual hotness.
*
More colors than you know what to do with.
*
An abbreviated path which doesn't abbreviate the name of the current project.
*
All the things you need to know about Git in a glance.
*
Visual indication that you can't write to the current directory.
### The Prompt
*
Flags:
*
Previous command failed (!)
*
Background jobs (%)
*
You currently have superpowers ($)
*
User@Host (unless you're the default user)
*
Current RVM or rbenv (Ruby) version
*
Current virtualenv (Python) version
*
Abbreviated parent directory
*
Current directory, or Git or Mercurial project name
*
Current project's repo branch ( master) or detached head (➦ d0dfd9b)
*
Git or Mercurial status, via colors and flags:
*
Dirty working directory (
*
)
*
Untracked files (…)
*
Staged changes (~)
*
Stashed changes ($)
*
Unpulled commits (-)
*
Unpushed commits (+)
*
Unpulled
*and*
unpushed commits (±)
*
_Note that not all of these have been implemented for hg yet :)_
*
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
[
patching
]:
https://powerline.readthedocs.org/en/latest/fontpatching.html
[
fonts
]:
https://github.com/Lokaltog/powerline-fonts
[
agnoster
]:
https://gist.github.com/agnoster/3712874
themes/bobthefish/fish_greeting.fish
deleted
100644 → 0
View file @
c5b533dc
function fish_greeting -d "what's up, fish?"
set_color $fish_color_autosuggestion[1]
uname -npsr
uptime
set_color normal
end
themes/bobthefish/fish_prompt.fish
deleted
100644 → 0
View file @
c5b533dc
This diff is collapsed.
Click to expand it.
themes/bobthefish/fish_right_prompt.fish
deleted
100644 → 0
View file @
c5b533dc
function fish_right_prompt -d 'bobthefish is all about the right prompt'
set_color $fish_color_autosuggestion[1]
date
set_color normal
end
themes/bobthefish/fish_title.fish
deleted
100644 → 0
View file @
c5b533dc
function fish_title
echo $_ ' '
pwd
end
\ No newline at end of file
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