diff options
Diffstat (limited to 'dot_profile')
-rw-r--r-- | dot_profile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dot_profile b/dot_profile index f6da4ac..82d3305 100644 --- a/dot_profile +++ b/dot_profile @@ -2,7 +2,7 @@ # Profile file. Runs on login. Environmental variables are set here. -export PATH="$HOME/.local/bin:$HOME/py:$HOME/.local/usr/local/bin:$HOME/.local/usr/bin:$HOME/.local/share/gem/ruby/3.0.0/bin:$HOME/.cargo/bin:$PATH" +export PATH="$HOME/.local/bin:$HOME/py:$HOME/.local/usr/local/bin:$HOME/.local/usr/bin:$HOME/.local/share/gem/ruby/3.0.0/bin:$HOME/.cargo/bin:$PATH:$HOME/AppImages" export XBPS_DISTDIR="$HOME/workbench/void-packages" #Allow user-wide installations for npm @@ -26,4 +26,3 @@ 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" |