diff --git a/zsh/cursor.zsh b/zsh/cursor.zsh index f59bbc0..f75ff2b 100644 --- a/zsh/cursor.zsh +++ b/zsh/cursor.zsh @@ -3,12 +3,12 @@ # if command-exists cursor-agent; then - alias cu="cursor-agent" - setup-completions cursor-agent "$(command-path cursor-agent)" \ cursor-agent shell-integration zsh fi if command-exists cursor; then export EDITOR="cursor -w" + alias cu="cursor" + alias e="cursor -w" fi