diff options
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" |