From 943fb001fa2fad077eaff650c70e9a211bbf2769 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 1 Feb 2026 02:10:29 -0600 Subject: fix(dotfiles): prioritize user bin in PATH, add libvterm, remove hyprpaper - .profile: Move ~/.local/bin to start of PATH so user scripts take precedence - archsetup: Add libvterm for Emacs vterm package - archsetup: Remove unused hyprpaper (using swww instead) --- dotfiles/common/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles') 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 -- cgit v1.2.3