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 | 1471920be1d08d9499273913edf63ae863174fde (patch) | |
| tree | d3873ee91e0e35ef7ea66601a3ccf020b62ddd87 /dotfiles | |
| parent | a1c188565b52a918462402cdd4796b437e2cbe1c (diff) | |
| download | archsetup-1471920be1d08d9499273913edf63ae863174fde.tar.gz archsetup-1471920be1d08d9499273913edf63ae863174fde.zip | |
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')
| -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 |
