Skip to content

Commit 5959cc8

Browse files
committed
starship: jira custom thing tweak (useless cat)
Signed-off-by: clux <[email protected]>
1 parent d9848fe commit 5959cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/starship.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ style = "bg:black 75"
142142
format = '[ ${symbol}]($style)' # ${output} has venv folder
143143

144144
[custom.story]
145-
command = '''echo -ne "$(cat ~/.jira_story | rg -oe "[\d]+" --color=never)"'''
145+
command = '''rg -oe "[\\d]+" --color=never ~/.jira_story'''
146146
when = ''' test -f ~/.jira_story '''
147147
style = "bg:black yellow"
148148
symbol = ""

0 commit comments

Comments
 (0)