mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +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 ra="bundle exec rake"
|
||||||
alias rai="bundle exec rails"
|
alias rai="bundle exec rails"
|
||||||
alias rs="bundle exec rspec -f doc"
|
alias rs="bundle exec rspec -f doc"
|
||||||
alias cu="bundle exec cucumber"
|
|
||||||
alias scu="RAILS_ENV=cucumber bundle exec spring cucumber"
|
alias scu="RAILS_ENV=cucumber bundle exec spring cucumber"
|
||||||
|
|
||||||
# gems
|
# gems
|
||||||
|
|||||||
1
zshrc
1
zshrc
@@ -307,6 +307,7 @@ source "$DOTZSH/1password.zsh"
|
|||||||
source "$DOTZSH/ansi.zsh"
|
source "$DOTZSH/ansi.zsh"
|
||||||
source "$DOTZSH/copilot.zsh"
|
source "$DOTZSH/copilot.zsh"
|
||||||
source "$DOTZSH/emacs.zsh"
|
source "$DOTZSH/emacs.zsh"
|
||||||
|
source "$DOTZSH/cursor.zsh"
|
||||||
source "$DOTZSH/less.zsh"
|
source "$DOTZSH/less.zsh"
|
||||||
source "$DOTZSH/mise.zsh"
|
source "$DOTZSH/mise.zsh"
|
||||||
source "$DOTZSH/neovim.zsh"
|
source "$DOTZSH/neovim.zsh"
|
||||||
|
|||||||
Reference in New Issue
Block a user