diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-01 02:10:29 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-01 02:10:29 -0600 |
| commit | 943fb001fa2fad077eaff650c70e9a211bbf2769 (patch) | |
| tree | d3873ee91e0e35ef7ea66601a3ccf020b62ddd87 /dotfiles/common/.profile | |
| parent | f9e5ac1f40456f95e9ffd0370b4e8d949300ed9d (diff) | |
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)
Diffstat (limited to 'dotfiles/common/.profile')
| -rw-r--r-- | dotfiles/common/.profile | 2 |
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 |
