chore: remove jira, gitui

main
sudo pacman -Syu 2024-05-27 15:58:55 +07:00
parent 37cf2f9119
commit 23e6441aa3
2 changed files with 0 additions and 14 deletions

View File

@ -130,11 +130,6 @@ if command -v atuin &>/dev/null; then
eval "$(atuin init zsh --disable-up-arrow)" eval "$(atuin init zsh --disable-up-arrow)"
fi fi
# https://github.com/extrawurst/gitui
if command -v gitui &>/dev/null; then
alias gu="gitui"
fi
# https://github.com/oven-sh/bun # https://github.com/oven-sh/bun
# Depend on your settings # Depend on your settings
# Please copy this manually to ~/.zshrc # Please copy this manually to ~/.zshrc
@ -145,13 +140,6 @@ if command -v fnm &>/dev/null; then
eval "$(fnm env --use-on-cd)" eval "$(fnm env --use-on-cd)"
fi 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 # https://github.com/orhun/daktilo
if command -v daktilo &>/dev/null; then if command -v daktilo &>/dev/null; then
export DAKTILO_CONFIG="$HOME/.config/daktilo/daktilo.toml" export DAKTILO_CONFIG="$HOME/.config/daktilo/daktilo.toml"

View File

@ -23,7 +23,5 @@ go install github.com/maruel/panicparse/v2@latest
go install gotest.tools/gotestsum@latest go install gotest.tools/gotestsum@latest
go install github.com/bufbuild/buf/cmd/buf@v1.31.0 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 # Need to run this once a month
# go clean -cache -testcache -modcache -fuzzcache # go clean -cache -testcache -modcache -fuzzcache