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
4db1f71b
Commit
4db1f71b
authored
Nov 26, 2014
by
Justin Hileman
Committed by
Bruno Pinto
Nov 28, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[bobthefish] Default hg segment to off
… due to performance concerns. See #258 See #262
parent
620dbede
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
themes/bobthefish/fish_prompt.fish
themes/bobthefish/fish_prompt.fish
+2
-2
No files found.
themes/bobthefish/fish_prompt.fish
View file @
4db1f71b
...
...
@@ -13,7 +13,7 @@
# You can override some default options in your config.fish:
#
# set -g theme_display_git no
# set -g theme_display_hg
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
...
...
@@ -104,7 +104,7 @@ function __bobthefish_git_project_dir -d 'Print the current git project base dir
end
function __bobthefish_hg_project_dir -d 'Print the current hg project base directory'
[ "$theme_display_hg" = '
no' ]; and
return
[ "$theme_display_hg" = '
yes' ]; or
return
set d (pwd)
while not [ $d = / ]
if [ -e $d/.hg ]
...
...
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