diff options
| author | 2026-04-21 01:23:38 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:23:38 +0100 | |
| commit | 91b093c4b278fe37f316deef66cee1ee90892eba (patch) | |
| tree | 934609ac0dfd8f9521499f9fff1175beb75912a0 /dot_config/zsh | |
| parent | e2b8447351016739b9528359ad3cf004ecbf541a (diff) | |
| download | dotfiles-91b093c4b278fe37f316deef66cee1ee90892eba.tar.gz dotfiles-91b093c4b278fe37f316deef66cee1ee90892eba.tar.bz2 dotfiles-91b093c4b278fe37f316deef66cee1ee90892eba.zip | |
Revert partial meta cleanup: restore mold, choose, curlie, dog
- mold moves cpp→dev (broader home; used by both Rust and C++ builds)
- choose/curlie/dog restored to base (actively used)
- restore 'alias curl=curlie' to match
linux-headers stays only in nvidia.txt (pulled by nvidia-dkms; no
other DKMS packages in the set).
Diffstat (limited to 'dot_config/zsh')
| -rw-r--r-- | dot_config/zsh/dot_zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc index 9c64289..dd5a82d 100644 --- a/dot_config/zsh/dot_zshrc +++ b/dot_config/zsh/dot_zshrc @@ -231,6 +231,7 @@ y() { } # Tools +alias curl='curlie' alias cpr='rsync --archive -hh --partial --info=stats1,progress2 --modify-window=1' alias mvr='rsync --archive -hh --partial --info=stats1,progress2 --modify-window=1 --remove-source-files' alias sub='subliminal download -l en' |
