parent
4d5d034c52
commit
062729b2db
|
@ -135,6 +135,11 @@ 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
|
||||
# export GITHUB_TOKEN=your_github_token
|
||||
|
||||
# https://github.com/Schniz/fnm
|
||||
if command -v fnm &>/dev/null; then
|
||||
eval "$(fnm env --use-on-cd)"
|
||||
|
|
Loading…
Reference in New Issue