Skip to content

Instantly share code, notes, and snippets.

View hhlp's full-sized avatar
🏠
Working from home

hector louzao hhlp

🏠
Working from home
View GitHub Profile
@hhlp
hhlp / _tmuxinator
Created March 1, 2022 12:16 — forked from ser1zw/_tmuxinator
zsh completion for tmuxinator
#compdef tmuxinator mux
# zsh completion for tmuxinator
# Install:
# $ mkdir -p ~/.tmuxinator/completion
# $ cp _tmuxinator ~/.tmuxinator/completion
# $ vi ~/.zshrc # add the following codes
# fpath=($HOME/.tmuxinator/completion ${fpath})
# autoload -U compinit