We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2cf65 commit 57961cbCopy full SHA for 57961cb
bin/tmux-nerd-font-window-name
@@ -1,5 +1,10 @@
1
#!/usr/bin/env bash
2
3
+if ! command -v yq >/dev/null 2>&1; then
4
+ echo "$1 ⚠︎ yq missing"
5
+ exit 1
6
+fi
7
+
8
NAME="$1"
9
PANES="$2"
10
CURRENT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
0 commit comments