mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-17 07:44:41 +04:00
11 lines
231 B
Fish
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
|