diff options
| author | 2026-04-21 01:23:38 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:23:38 +0100 | |
| commit | e2b8447351016739b9528359ad3cf004ecbf541a (patch) | |
| tree | ed71470dc12b5eba6f1205852a42e3226be85598 /dot_config/zsh | |
| parent | 8e253ac897ccccd058d1440a3c8b7d8653217f5b (diff) | |
| download | dotfiles-e2b8447351016739b9528359ad3cf004ecbf541a.tar.gz dotfiles-e2b8447351016739b9528359ad3cf004ecbf541a.tar.bz2 dotfiles-e2b8447351016739b9528359ad3cf004ecbf541a.zip | |
chore(zsh): drop 'stow' alias (migrated to chezmoi)
Diffstat (limited to 'dot_config/zsh')
| -rw-r--r-- | dot_config/zsh/dot_zshrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc index 64937b6..9c64289 100644 --- a/dot_config/zsh/dot_zshrc +++ b/dot_config/zsh/dot_zshrc @@ -231,7 +231,6 @@ y() { } # Tools -alias stow='stow -R --no-folding --adopt' 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' |
