diff options
Diffstat (limited to 'dotfiles/system')
| -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' |
