mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-10 01:18:06 +01:00
bun
This commit is contained in:
parent
e443abc592
commit
6ac38837cb
1 changed files with 4 additions and 0 deletions
4
.bashrc
4
.bashrc
|
@ -10,3 +10,7 @@ xbindkeys
|
||||||
|
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
source ~/.local/share/blesh/ble.sh
|
source ~/.local/share/blesh/ble.sh
|
||||||
|
|
||||||
|
# bun
|
||||||
|
export BUN_INSTALL="$HOME/.bun"
|
||||||
|
export PATH=$BUN_INSTALL/bin:$PATH
|
||||||
|
|
Loading…
Reference in a new issue