FEAT: fish
This commit is contained in:
parent
bfea58ffdb
commit
065699004b
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ set -x XDG_CONFIG_HOME "$HOME/.config"
|
||||||
# bun
|
# bun
|
||||||
set -x BUN_INSTALL "$HOME/.local/bun"
|
set -x BUN_INSTALL "$HOME/.local/bun"
|
||||||
|
|
||||||
|
# devkitpro
|
||||||
|
set -x DEVKITPRO "/opt/devkitpro"
|
||||||
|
set -x DEVKITARM "/opt/devkitpro/devkitARM"
|
||||||
|
|
||||||
# path
|
# path
|
||||||
set -x PATH $HOME/.local/bin $BUN_INSTALL/bin $PATH
|
set -x PATH $HOME/.local/bin $BUN_INSTALL/bin $PATH
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue