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:
parent
e4ef59f490
commit
7f85c461b9
2 changed files with 0 additions and 10 deletions
|
@ -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
|
|
@ -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
|
Loading…
Reference in a new issue