diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-04 01:05:49 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-04 01:05:49 +0900 |
| commit | a515b5dc7053fa4ba4e93eb744270af640734855 (patch) | |
| tree | dcd46a2c76ed81cb22b1d737e6d5f0e18b0e3e59 /home-manager/config | |
| parent | a944fb5c719bb4cdc7d541e28d2dde881eac5248 (diff) | |
| download | dotfiles-a515b5dc7053fa4ba4e93eb744270af640734855.tar.gz dotfiles-a515b5dc7053fa4ba4e93eb744270af640734855.tar.zst dotfiles-a515b5dc7053fa4ba4e93eb744270af640734855.zip | |
claude-code: add settings.json
Diffstat (limited to 'home-manager/config')
| -rw-r--r-- | home-manager/config/sh/claude-code.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/home-manager/config/sh/claude-code.sh b/home-manager/config/sh/claude-code.sh index 0b467bb..8dc8fc3 100644 --- a/home-manager/config/sh/claude-code.sh +++ b/home-manager/config/sh/claude-code.sh @@ -1,4 +1,3 @@ -# Safe wrappers for Claude Code if [ -n "$CLAUDECODE" ]; then # Safe wrapper for find command find() { @@ -41,4 +40,4 @@ if [ -n "$CLAUDECODE" ]; then command fd "$@" } -fi
\ No newline at end of file +fi |
