aboutsummaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-07-31 07:45:55 +0200
committerThomas Schmucker <ts@its1.de>2026-07-31 07:45:55 +0200
commitdeff5105f3a6b44c6ac555d3538507188dbb0028 (patch)
tree3296dfd36cdb2a042d372f287895ed506573cdcf /zsh/zshrc
parentc328f04be39aa3d8b410c9df15d86dae7abae9d3 (diff)
downloaddotfiles-deff5105f3a6b44c6ac555d3538507188dbb0028.tar.gz
dotfiles-deff5105f3a6b44c6ac555d3538507188dbb0028.tar.bz2
dotfiles-deff5105f3a6b44c6ac555d3538507188dbb0028.zip
zshrc: Alias für nvim-update aktualisiert
Das Problem war, dass bei einem Treesitter Update die Parser nicht compiliert wurden. Die neue Befehlszeile sorgt dafür, dass asynchron ausgeführte Aufgaben wie das Compilieren im Hintergrund vollständig durchgeführt werden.
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 106c0df..2e39d0e 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -76,7 +76,7 @@ alias mc='mc -u'
76alias gdb='gdb -q' 76alias gdb='gdb -q'
77alias pwgen='pwgen -s 48 1' 77alias pwgen='pwgen -s 48 1'
78alias ls='ls -G' 78alias ls='ls -G'
79alias nvim-update='nvim --headless "+Lazy! sync" "+qa"' 79alias nvim-update='nvim --headless -c "lua require(\"lazy\").sync({ wait = true })" -c "qa"'
80 80
81# Command completion 81# Command completion
82autoload -U compinit; compinit 82autoload -U compinit; compinit