minor zsh update to rnt

This commit is contained in:
Wryn Wagner 2020-03-09 13:57:00 -06:00
parent df29933d4e
commit a8dd03cd70

View File

@ -50,7 +50,7 @@ function rnt() {
esac
}
_rnt () { # autocompletion
local state
local state;
_arguments \
'1: :->project_or_command'\
@ -72,7 +72,7 @@ compdef _rnt rnt;
### HELPERS ###################################################################
###############################################################################
export function RENT_DYNAMICS_CONNECT_TO_DATABASE() {
function RENT_DYNAMICS_CONNECT_TO_DATABASE() {
"$DOTWRYN/bin/rd-db.sh" "$@";
}