diff --git a/path/cargo.fish b/path/cargo.fish deleted file mode 100644 index a9f7f31..0000000 --- a/path/cargo.fish +++ /dev/null @@ -1,5 +0,0 @@ -which cargo --skip-functions >/dev/null 2>/dev/null -if [ $status -eq 0 ] - log-t "Adding" "cargo" "binaries to the PATH..." - fish_add_path ~"/.cargo/bin" -end \ No newline at end of file diff --git a/path/uv.fish b/path/uv.fish deleted file mode 100644 index 1ea8dda..0000000 --- a/path/uv.fish +++ /dev/null @@ -1,5 +0,0 @@ -which uv --skip-functions >/dev/null 2>/dev/null -if [ $status -eq 0 ] - log-t "Adding" "uv" "binaries to the PATH..." - fish_add_path ~"/.local/bin" -end