We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9848fe commit 5959cc8Copy full SHA for 5959cc8
config/starship.toml
@@ -142,7 +142,7 @@ style = "bg:black 75"
142
format = '[ ${symbol}]($style)' # ${output} has venv folder
143
144
[custom.story]
145
-command = '''echo -ne "$(cat ~/.jira_story | rg -oe "[\d]+" --color=never)"'''
+command = '''rg -oe "[\\d]+" --color=never ~/.jira_story'''
146
when = ''' test -f ~/.jira_story '''
147
style = "bg:black yellow"
148
symbol = ""
0 commit comments