diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 20:11:48 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 21:41:10 +0200 |
| commit | 926d3613bcdd7e17cac771a2f1528f973a6c055a (patch) | |
| tree | 625b992a4e1f9d64b67679327a4d28a52c7bf303 | |
| parent | 923c21a252c0cec04a100aa0448ed3f1d9e3bd5b (diff) | |
| download | dotfiles-926d3613bcdd7e17cac771a2f1528f973a6c055a.tar.gz dotfiles-926d3613bcdd7e17cac771a2f1528f973a6c055a.zip | |
fix: make `dotfiles_off.env` unset completions set in `dotfiles_on.env`
| -rw-r--r-- | .local/share/dotfiles/dotfiles_off.env | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/share/dotfiles/dotfiles_off.env b/.local/share/dotfiles/dotfiles_off.env index 949494d..8a24a54 100644 --- a/.local/share/dotfiles/dotfiles_off.env +++ b/.local/share/dotfiles/dotfiles_off.env @@ -1 +1,3 @@ unset GIT_DIR GIT_WORK_TREE + +complete -r dotfiles 2>/dev/null; unset -f _comp_dotfiles |
