From d2230e1df2641954dc4dc6724a013ba39ad94af4 Mon Sep 17 00:00:00 2001 From: Bryan Date: Sun, 28 Sep 2025 08:55:57 -0600 Subject: [PATCH] lnk: sync configuration files --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 7e01a8d..aec5b14 100644 --- a/.zshrc +++ b/.zshrc @@ -62,6 +62,9 @@ export NVM_DIR="$HOME/.config/nvm" # creates/manages directories for experiments eval "$(~/.local/bin/try.rb init ~/projects/tries)" +# Tab completions for lnk +eval "$(lnk completion zsh)" + # Source anything in .zshrc.d. for _rc in ${ZDOTDIR:-$HOME}/.zshrc.d/*.zsh; do # Ignore tilde files.