Skip to content

Commit

Permalink
starship: jira custom thing tweak (useless cat)
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Oct 18, 2024
1 parent d9848fe commit 5959cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ style = "bg:black 75"
format = '[ ${symbol}]($style)' # ${output} has venv folder

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

0 comments on commit 5959cc8

Please sign in to comment.