diff options
| -rw-r--r-- | dot_config/zsh/dot_zprofile | 5 | ||||
| -rw-r--r-- | justfile | 4 | ||||
| -rw-r--r-- | meta/btc.txt | 1 |
3 files changed, 4 insertions, 6 deletions
diff --git a/dot_config/zsh/dot_zprofile b/dot_config/zsh/dot_zprofile index 12b40fb..3722ac2 100644 --- a/dot_config/zsh/dot_zprofile +++ b/dot_config/zsh/dot_zprofile @@ -11,9 +11,8 @@ typeset -U path # deduplicate PATH entries # Order: nix-profile (Home-Manager-provisioned tools) wins over the system # package manager so the same HM flake delivers the same tool versions on # both host (Arch) and VM (Ubuntu). ~/.local/bin keeps room for ad-hoc -# user scripts; mason bin stays during the Mason→nix transition (phase p6 -# of the nix migration removes it). -path=("$HOME/.nix-profile/bin" "$HOME/.local/bin" "$HOME/.local/share/nvim/mason/bin" $path) +# user scripts. +path=("$HOME/.nix-profile/bin" "$HOME/.local/bin" $path) # ── XDG Base Directories ───────────────────────────────────────────────────── export XDG_CONFIG_HOME="$HOME/.config" @@ -47,7 +47,7 @@ nix-switch: # Updates # ═══════════════════════════════════════════════════════════════════ -# Update everything: system packages, Neovim plugins, Mason tools, flatpaks +# Update everything: system packages, Neovim plugins, flatpaks update: pkg-update flatpak-update # Upgrade all system + AUR packages @@ -75,7 +75,7 @@ flatpak-update: rm -f "$tmp" done -# Update Neovim plugins (vim.pack) and Mason tools, interactively so the diff buffer is visible. +# Update Neovim plugins (vim.pack) interactively so the diff buffer is visible. # `cd` to $HOME first so auto-session's suppressed_dirs rule kicks in and we don't # load/save a project session for what's really just an admin chore. diff --git a/meta/btc.txt b/meta/btc.txt index c9d7f41..a468de1 100644 --- a/meta/btc.txt +++ b/meta/btc.txt @@ -1,6 +1,5 @@ bitbox-wallet-app-appimage python-bitbox02 -python-hidapi python-qdarkstyle sparrow-wallet tor |
