diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-08-10 15:01:03 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-08-10 15:01:03 +0900 |
| commit | 4150ce25e87d8cbf3f067e6aabd8b1e836dbc683 (patch) | |
| tree | 1abf63413ad205728c29272f0f7d772c2476d8c7 /bin/__claude-code-notify | |
| parent | 16cb785971dda429fae4028c3b63de81e3c8f246 (diff) | |
| download | dotfiles-4150ce25e87d8cbf3f067e6aabd8b1e836dbc683.tar.gz dotfiles-4150ce25e87d8cbf3f067e6aabd8b1e836dbc683.tar.zst dotfiles-4150ce25e87d8cbf3f067e6aabd8b1e836dbc683.zip | |
claude: set up statusline
Diffstat (limited to 'bin/__claude-code-notify')
| -rwxr-xr-x | bin/__claude-code-notify | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/__claude-code-notify b/bin/__claude-code-notify index 2d76b99..60d3454 100755 --- a/bin/__claude-code-notify +++ b/bin/__claude-code-notify @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash message="$(jq -r '.message // "Task completed"')" if [ "$(uname)" = "Darwin" ]; then |
