14 lines
364 B
Fish
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
|
|
|
|
|
|
|