minor zsh update to rnt
This commit is contained in:
parent
df29933d4e
commit
a8dd03cd70
@ -50,7 +50,7 @@ function rnt() {
|
|||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
_rnt () { # autocompletion
|
_rnt () { # autocompletion
|
||||||
local state
|
local state;
|
||||||
|
|
||||||
_arguments \
|
_arguments \
|
||||||
'1: :->project_or_command'\
|
'1: :->project_or_command'\
|
||||||
@ -72,7 +72,7 @@ compdef _rnt rnt;
|
|||||||
### HELPERS ###################################################################
|
### HELPERS ###################################################################
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
export function RENT_DYNAMICS_CONNECT_TO_DATABASE() {
|
function RENT_DYNAMICS_CONNECT_TO_DATABASE() {
|
||||||
"$DOTWRYN/bin/rd-db.sh" "$@";
|
"$DOTWRYN/bin/rd-db.sh" "$@";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user