mirror of
https://github.com/jaclu/tmux-power-zoom.git
synced 2026-09-10 07:06:18 -04:00
7 lines
136 B
Bash
7 lines
136 B
Bash
#!/usr/bin/env bash
|
|
# This is sourced. Fake bang-path to help editors and linters
|
|
|
|
skip_linters+=(
|
|
ansible-lint # not needed here
|
|
)
|