dotfiles/fish/config.fish

17 lines
241 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"
# path
set -x PATH $HOME/.local/bin $BUN_INSTALL/bin $PATH