summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2019-06-12 03:58:42 +0200
committerJokler <jokler.contact@gmail.com>2019-06-12 03:58:42 +0200
commitd241781cc45e419a4299ffb167912fdb32c7e287 (patch)
treee0b51ff263bb1f66881d3474df320bd3fe996128
parente030e89426b0fae4dc84ad13cc52f4280b65dae7 (diff)
downloaddotfiles-d241781cc45e419a4299ffb167912fdb32c7e287.tar.gz
dotfiles-d241781cc45e419a4299ffb167912fdb32c7e287.zip
xprofile: Add cargo binaries to the path
-rw-r--r--.xprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.xprofile b/.xprofile
index 5c8fd39..de87b4e 100644
--- a/.xprofile
+++ b/.xprofile
@@ -1,6 +1,6 @@
#!/bin/sh
-export PATH="$PATH:$HOME/scripts:/usr/games"
+export PATH="$PATH:$HOME/scripts:$HOME/.cargo/bin:/usr/games"
export EDITOR='vim'
export BROWSER='firefox'