sudo pacman -Syu 2024-05-11 23:17:51 +07:00
parent 4d5d034c52
commit 062729b2db
1 changed files with 5 additions and 0 deletions

View File

@ -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)"