aboutsummaryrefslogtreecommitdiff
path: root/dot_profile
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2022-11-02 22:41:37 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2022-11-02 22:41:37 +0100
commit1856b1d3ab5c7dc61e6fe270f3253329f3912cec (patch)
tree50f4b19b0c35f11009d3f553a2ae4bb8760c97ab /dot_profile
parentadad25c73c468168391cfeed86d530d937abf553 (diff)
Adding cargo to .bashrc and .profile
Diffstat (limited to 'dot_profile')
-rw-r--r--dot_profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_profile b/dot_profile
index 46f5ea5..f6da4ac 100644
--- a/dot_profile
+++ b/dot_profile
@@ -26,3 +26,4 @@ echo "$0" | grep "bash$" >/dev/null && [ -f ~/.bashrc ] && . "$HOME/.bashrc"
# Start graphical server if i3 not already running.
[ "$(tty)" = "/dev/tty1" ] && ! pgrep -x Xorg >/dev/null && exec startx
+. "$HOME/.cargo/env"