diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-06 13:58:16 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-06 13:58:16 -0600 |
| commit | 4c02e1e3b88a5fd786a39e08c71f69f3948de8cd (patch) | |
| tree | d39b229abd13e1264868a0f5c941e7d03b5a015d | |
| parent | 018488611aee10a2dfed63c8ffa6598942c64bc7 (diff) | |
adding hey alias
| -rw-r--r-- | dotfiles/system/.profile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/system/.profile b/dotfiles/system/.profile index 0539774..0dbaef6 100644 --- a/dotfiles/system/.profile +++ b/dotfiles/system/.profile @@ -85,6 +85,9 @@ alias weather="wego" alias whereami="curl ipinfo.io" alias xterm="xterm -ti 340" +# claude code +alias hey='claude "Please read ./docs/NOTES.org"' + # general utility # alias mount="sudo mount -o uid=$(id -u),gid=$(id -g),umask=0022 " alias backup='sudo rsyncshot backup 1000' |
