aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-08-14 17:12:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-08-14 17:12:44 +1200
commitc231f01c4eebb24ff4daad8361a2199d1ad1f87e (patch)
tree8f246b7b1d5c164652d84501c12bce078c49b77e
parentSwitch back to separate assignment/export (diff)
downloaddotfiles-c231f01c4eebb24ff4daad8361a2199d1ad1f87e.tar.gz
dotfiles-c231f01c4eebb24ff4daad8361a2199d1ad1f87e.zip
Correct profile snippet for Rust cargo
-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