Skip to content

Instantly share code, notes, and snippets.

@saumas
Created August 7, 2023 14:22
Show Gist options
  • Save saumas/a0a9303f0e941bf33f1e49beab5fc0d2 to your computer and use it in GitHub Desktop.
Save saumas/a0a9303f0e941bf33f1e49beab5fc0d2 to your computer and use it in GitHub Desktop.
Make zsh expand dynamic Makefile targets when pressing Tab
# Append .zshrc with
zstyle ':completion:*:make:*:targets' call-command true
zstyle ':completion:*:*:make:*' tag-order 'targets'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment