aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cargo/profile.d/cabal.sh2
-rw-r--r--cargo/profile.d/cargo.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/cargo/profile.d/cabal.sh b/cargo/profile.d/cabal.sh
deleted file mode 100644
index 638f8d04..00000000
--- a/cargo/profile.d/cabal.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-# Include user-built Haskell programs
-PATH=$HOME/.cabal/bin:$PATH
diff --git a/cargo/profile.d/cargo.sh b/cargo/profile.d/cargo.sh
new file mode 100644
index 00000000..89bcd524
--- /dev/null
+++ b/cargo/profile.d/cargo.sh
@@ -0,0 +1,2 @@
+# Include user-built Rust programs
+PATH=$HOME/.cargo/bin:$PATH