chore(config): support jira-cli
parent
805249e36f
commit
7b00eff059
|
@ -2,8 +2,8 @@
|
|||
include mocha.conf
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#fonts
|
||||
font_family IBM Plex Mono
|
||||
font_size 14.0
|
||||
font_family Sudo Var
|
||||
font_size 18.0
|
||||
# kitty +list-fonts --psnames
|
||||
|
||||
modify_font cell_height 120%
|
||||
|
|
|
@ -77,3 +77,7 @@ elif [[ $rand_poke -eq 2 ]]; then
|
|||
elif [[ $rand_poke -eq 3 ]]; then
|
||||
cat ~/.config/pokeget/chikorita.txt
|
||||
fi
|
||||
|
||||
# Depend on your company
|
||||
# https://github.com/ankitpokhrel/jira-cli
|
||||
export JIRA_AUTH_TYPE=bearer
|
||||
|
|
Loading…
Reference in New Issue