diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2022-11-02 22:41:37 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2022-11-02 22:41:37 +0100 |
commit | 1856b1d3ab5c7dc61e6fe270f3253329f3912cec (patch) | |
tree | 50f4b19b0c35f11009d3f553a2ae4bb8760c97ab /dot_profile | |
parent | adad25c73c468168391cfeed86d530d937abf553 (diff) |
Adding cargo to .bashrc and .profile
Diffstat (limited to 'dot_profile')
-rw-r--r-- | dot_profile | 1 |
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" |