1
0
mirror of https://github.com/oh-my-fish/theme-bobthefish.git synced 2024-10-27 20:34:23 +00:00

Merge pull request from remche/master

Fixing desk prompt
This commit is contained in:
Justin Hileman 2018-04-12 07:46:47 -07:00 committed by GitHub
commit 0c4d7e6edd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -692,8 +692,8 @@ end
function __bobthefish_prompt_desk -S -d 'Display current desk environment'
[ "$theme_display_desk" = 'no' -o -z "$DESK_ENV" ]; and return
__bobthefish_start_segment $__color_desk
echo -ns $__bobthefish_desk_glyph ' ' (basename -a -s ".fish" "$DESK_ENV") ' '
__bobthefish_start_segment $color_desk
echo -ns $desk_glyph ' ' (basename -a -s ".fish" "$DESK_ENV") ' '
set_color normal
end