From f8fea690d029205f903e9004fb549acd060e25da Mon Sep 17 00:00:00 2001 From: liv Date: Mon, 29 Jul 2024 23:31:30 +0200 Subject: [PATCH] remove asdf integration --- dot_config/fish/config.fish | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dot_config/fish/config.fish b/dot_config/fish/config.fish index 3c27e74..38472e3 100644 --- a/dot_config/fish/config.fish +++ b/dot_config/fish/config.fish @@ -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