chore(tmux): add icon for reattach-to-user-namespace

This commit is contained in:
Stefan Imhoff
2024-04-30 14:49:45 +02:00
parent 68d937565c
commit 61dfac9c61
2 changed files with 2 additions and 1 deletions

2
bin/d
View File

@@ -9,7 +9,7 @@ DEV_SCRIPT="${1:-dev}"
# AND there is a package.json file in the current directory
if command -v jq &>/dev/null && [[ -f "package.json" ]]; then
# if we have jq,
# then use it to extract the first occurence of a key in package.json's scripts object
# then use it to extract the first occurrence of a key in package.json's scripts object
# that starts with the argument passed in (or dev)
DEV_SCRIPT="$(jq \
-r \