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 # AND there is a package.json file in the current directory
if command -v jq &>/dev/null && [[ -f "package.json" ]]; then if command -v jq &>/dev/null && [[ -f "package.json" ]]; then
# if we have jq, # 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) # that starts with the argument passed in (or dev)
DEV_SCRIPT="$(jq \ DEV_SCRIPT="$(jq \
-r \ -r \

View File

@@ -7,3 +7,4 @@ icons:
gh: "" gh: ""
spf: "󰪶" spf: "󰪶"
pnpm: "" pnpm: ""
reattach-to-user-namespace: ""