add bun to profile path
This commit is contained in:
parent
c351d38e64
commit
0f28717a66
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue