diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-07-27 07:55:23 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-07-27 07:55:23 +0200 |
| commit | 3fa23845d9bb80162922e74c57e2f97849670da0 (patch) | |
| tree | 81079f36d464efbd3fb3a7792b816bfbafd6eb8f /windows | |
| parent | 430d0d108c086977b9f99040706fe0c0ebe3e2e2 (diff) | |
| download | dotfiles-3fa23845d9bb80162922e74c57e2f97849670da0.tar.gz dotfiles-3fa23845d9bb80162922e74c57e2f97849670da0.tar.bz2 dotfiles-3fa23845d9bb80162922e74c57e2f97849670da0.zip | |
windows: nvim-update.cmd hinzugefuegt (Pendant zum zsh-Alias)
Entspricht 1:1 dem zsh-Alias 'nvim-update' (zsh/zshrc:79):
nvim --headless "+Lazy! sync" "+qa". Liegt in windows/bin, das
install-win.ps1 bereits automatisch zum User-PATH hinzufuegt - kein
weiterer Schritt noetig. CRLF-Zeilenenden zur Konsistenz mit
gmake.cmd angeglichen.
Diffstat (limited to 'windows')
| -rw-r--r-- | windows/bin/nvim-update.cmd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/bin/nvim-update.cmd b/windows/bin/nvim-update.cmd new file mode 100644 index 0000000..7e8260e --- /dev/null +++ b/windows/bin/nvim-update.cmd | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | @echo off | ||
| 2 | nvim --headless "+Lazy! sync" "+qa" | ||
