initial commit

This commit is contained in:
Kira Prokopenko 2024-03-06 13:47:54 +03:00 committed by kp2pml30
commit 3f03b7d69f
6 changed files with 140 additions and 0 deletions

View file

@ -0,0 +1,11 @@
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