dotfiles/home/.config/fish/config.fish
2024-03-06 15:32:42 +03:00

11 lines
231 B
Fish

if status is-interactive
if test -f ~/.ghcup/env
bass source ~/.ghcup/env
end
if test -x ~/.rbenv/bin/rbenv
~/.rbenv/bin/rbenv init - fish | source
end
if command -v zoxide > /dev/null
zoxide init fish | source
end
end