mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +00:00
feat(zsh/cursor): set cursor as default editor and update alias for cursor command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user