Zhiliang Zhou
Results
2
comments of
Zhiliang Zhou
inspired by @coygeek 's solution in [#1335](https://github.com/anthropics/claude-code/issues/1335), I wrote a script for interactive env. add a script with chmod +x ```bash #!/bin/bash SCRIPT_DIR="/Users//.claude/dev/scripts" # Get current system time and format...
inspired by @coygeek 's solution, I wrote a script for interactive env. add a script with chmod +x ```bash #!/bin/bash SCRIPT_DIR="/Users//.claude/dev/scripts" # Get current system time and format it CURRENT_TIME=$(date...