summaryrefslogtreecommitdiff
path: root/dotfiles/common/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/common/.profile')
-rw-r--r--dotfiles/common/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/common/.profile b/dotfiles/common/.profile
index b4da79d..11a9592 100644
--- a/dotfiles/common/.profile
+++ b/dotfiles/common/.profile
@@ -24,7 +24,7 @@ export LC_ALL=en_US.UTF-8
[ -d "$HOME/.local/share/gem/ruby/3.4.0/bin" ] && PATH="$PATH:$HOME/.local/share/gem/ruby/3.4.0/bin"
[ -d "$HOME/.cargo/bin" ] && PATH="$PATH:$HOME/.cargo/bin"
[ -d "$HOME/.deno/bin" ] && PATH="$PATH:$HOME/.deno/bin"
-export PATH="$PATH:$HOME/.local/bin:/usr/sbin"
+export PATH="$HOME/.local/bin:$PATH:/usr/sbin"
# =============================================================================
# Default Applications