Files
dotfiles/zsh/cursor.zsh

11 lines
192 B
Bash

#
# 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