dotfiles/fish-config.fish
2024-03-04 22:37:40 +01:00

14 lines
364 B
Fish

if status is-interactive && type -q pfetch
# Commands to run in interactive sessions can go here
echo
pfetch
end
set -q GHCUP_INSTALL_BASE_PREFIX[1]; or set GHCUP_INSTALL_BASE_PREFIX $HOME ; set -gx PATH $HOME/.cabal/bin $PATH /home/ludwig/.ghcup/bin # ghcup-env
# bun
set --export BUN_INSTALL "$HOME/.bun"
set --export PATH $BUN_INSTALL/bin $PATH