add bun to profile path

This commit is contained in:
Anthony Rodriguez 2023-09-26 11:19:41 +02:00
parent c351d38e64
commit 0f28717a66
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -1,4 +1,4 @@
export PATH="$HOME/.yarn/bin:$HOME/.local/bin:$PATH" export PATH="$HOME/.bun/bin:$HOME/.local/bin:$PATH"
export EDITOR=nvim export EDITOR=nvim
export VISUAL="code --wait" export VISUAL="code --wait"
export QT_QPA_PLATFORMTHEME=qt5ct export QT_QPA_PLATFORMTHEME=qt5ct