Skip to content

Commit d00dabd

Browse files
committed
fix(fish-prompt): clean up theme
Signed-off-by: Xe Iaso <[email protected]>
1 parent 484b614 commit d00dabd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkgs/fish-config/functions/fish_prompt.fish

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ end
2525
#set -g theme_display_time yes
2626
#
2727
## Display the user's current group
28-
#set -g theme_display_group no
28+
set -g theme_display_group no
2929
#
3030
## Display git branch status
3131
#set -g theme_display_git no
@@ -218,7 +218,6 @@ function fish_prompt
218218
(__theme_print_git_status) \
219219
(__kube_prompt) \
220220
(__theme_print_jobs) \
221-
(__theme_print_prompt_char) \
222221
)
223222
set -l line2 (string join " " \
224223
(__theme_print_virtualenv) \

0 commit comments

Comments
 (0)