chore: remove jira, gitui
parent
37cf2f9119
commit
23e6441aa3
|
@ -130,11 +130,6 @@ if command -v atuin &>/dev/null; then
|
|||
eval "$(atuin init zsh --disable-up-arrow)"
|
||||
fi
|
||||
|
||||
# https://github.com/extrawurst/gitui
|
||||
if command -v gitui &>/dev/null; then
|
||||
alias gu="gitui"
|
||||
fi
|
||||
|
||||
# https://github.com/oven-sh/bun
|
||||
# Depend on your settings
|
||||
# Please copy this manually to ~/.zshrc
|
||||
|
@ -145,13 +140,6 @@ if command -v fnm &>/dev/null; then
|
|||
eval "$(fnm env --use-on-cd)"
|
||||
fi
|
||||
|
||||
# https://github.com/ankitpokhrel/jira-cli
|
||||
if command -v jira &>/dev/null; then
|
||||
# Remember to jira init local not cloud
|
||||
# Depend on your company
|
||||
export JIRA_AUTH_TYPE=bearer
|
||||
fi
|
||||
|
||||
# https://github.com/orhun/daktilo
|
||||
if command -v daktilo &>/dev/null; then
|
||||
export DAKTILO_CONFIG="$HOME/.config/daktilo/daktilo.toml"
|
||||
|
|
|
@ -23,7 +23,5 @@ go install github.com/maruel/panicparse/v2@latest
|
|||
go install gotest.tools/gotestsum@latest
|
||||
go install github.com/bufbuild/buf/cmd/buf@v1.31.0
|
||||
|
||||
go install github.com/ankitpokhrel/jira-cli/cmd/jira@latest
|
||||
|
||||
# Need to run this once a month
|
||||
# go clean -cache -testcache -modcache -fuzzcache
|
||||
|
|
Loading…
Reference in New Issue