From 062729b2db32193d18e2e7b69358a4a97d1fd0aa Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sat, 11 May 2024 23:17:51 +0700 Subject: [PATCH] chore: fix bun upgrade See https://github.com/oven-sh/bun/issues/9104 --- data/zsh/bottom-zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/zsh/bottom-zshrc b/data/zsh/bottom-zshrc index a400153..cd28d91 100644 --- a/data/zsh/bottom-zshrc +++ b/data/zsh/bottom-zshrc @@ -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)"