dotfiles/fish/config.fish

21 lines
332 B
Fish
Raw Normal View History

2023-11-15 00:30:45 +01:00
function fish_greeting
end
if status is-interactive
starship init fish | source
end
2023-12-12 23:17:23 +01:00
# XDG
set -x XDG_CONFIG_HOME "$HOME/.config"
# bun
set -x BUN_INSTALL "$HOME/.local/bun"
2023-12-21 00:55:24 +01:00
# devkitpro
set -x DEVKITPRO "/opt/devkitpro"
set -x DEVKITARM "/opt/devkitpro/devkitARM"
2023-12-12 23:17:23 +01:00
# path
set -x PATH $HOME/.local/bin $BUN_INSTALL/bin $PATH