diff --git a/bin/d b/bin/d index 42f0230..fa1e425 100755 --- a/bin/d +++ b/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 \ diff --git a/tmux/tmux-nerd-font-window-name.yml b/tmux/tmux-nerd-font-window-name.yml index c876e3b..394e78e 100644 --- a/tmux/tmux-nerd-font-window-name.yml +++ b/tmux/tmux-nerd-font-window-name.yml @@ -7,3 +7,4 @@ icons: gh: "" spf: "󰪶" pnpm: "" + reattach-to-user-namespace: ""