mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:06:44 +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
|
||||
Reference in New Issue
Block a user