1
Fork 0
mirror of https://github.com/Steffo99/config-fish.git synced 2024-12-22 06:44:22 +00:00

Remove unnecessary path additions

This commit is contained in:
Steffo 2024-10-28 12:41:57 +01:00
parent e4ef59f490
commit 7f85c461b9
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
2 changed files with 0 additions and 10 deletions

View file

@ -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

View file

@ -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