if status is-interactive starship init fish | source end alias ls exa # pnpm set -gx PNPM_HOME "/home/samn/.local/share/pnpm" if not string match -q -- $PNPM_HOME $PATH set -gx PATH "$PNPM_HOME" $PATH end # pnpm end