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