mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore(tmux): add icon for reattach-to-user-namespace
This commit is contained in:
2
bin/d
2
bin/d
@@ -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 \
|
||||
|
||||
@@ -7,3 +7,4 @@ icons:
|
||||
gh: ""
|
||||
spf: ""
|
||||
pnpm: ""
|
||||
reattach-to-user-namespace: ""
|
||||
|
||||
Reference in New Issue
Block a user