remove asdf integration

This commit is contained in:
insects 2024-07-29 23:31:30 +02:00
parent 4507afcab3
commit f8fea690d0

View file

@ -28,6 +28,7 @@ setpath ~/.cabal/bin
setpath ~/.local/bin
setpath ~/.local/bin/elixir-ls
setpath ~/.rye/shims
setpath ~/.local/share/mise/shims
# Both of these work now apparently?
setpath ~/.emacs.d/bin
setpath ~/.config/emacs/bin
@ -134,11 +135,6 @@ alias wip "g add --all; and g commit -m WIP"
alias squish "gs; and g commit -a --amend -C HEAD"
alias editorigin "git remote set-url origin"
# Load asdf if it's installed
if test -e ~/.asdf
. ~/.asdf/asdf.fish
end
# Load nix profile if nix is installed
if test -e /nix
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.fish