feat(zsh): add cursor setup script for enhanced shell integration

This commit is contained in:
Jim Myhrberg
2025-09-23 17:54:25 +01:00
parent 204d274cee
commit 68a5b5dfb9
3 changed files with 11 additions and 1 deletions

10
zsh/cursor.zsh Normal file
View File

@@ -0,0 +1,10 @@
#
# Cursor Setup
#
if command-exists cursor-agent; then
alias cu="cursor-agent"
setup-completions cursor-agent "$(command-path cursor-agent)" \
cursor-agent shell-integration zsh
fi

View File

@@ -37,7 +37,6 @@ alias ru="bundle exec ruby"
alias ra="bundle exec rake"
alias rai="bundle exec rails"
alias rs="bundle exec rspec -f doc"
alias cu="bundle exec cucumber"
alias scu="RAILS_ENV=cucumber bundle exec spring cucumber"
# gems