mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 03:06:40 +00:00
feat(zsh): add cursor setup script for enhanced shell integration
This commit is contained in:
10
zsh/cursor.zsh
Normal file
10
zsh/cursor.zsh
Normal 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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user