From 4c02e1e3b88a5fd786a39e08c71f69f3948de8cd Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 6 Nov 2025 13:58:16 -0600 Subject: adding hey alias --- dotfiles/system/.profile | 3 +++ 1 file changed, 3 insertions(+) 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' -- cgit v1.2.3