Load completion for Carton
This commit is contained in:
parent
7e33c7189e
commit
bde5149c7b
|
@ -12,4 +12,9 @@ if [[ -d "$HOME/.carton" ]]; then
|
|||
alias cau='carton update'
|
||||
alias caI='carton init'
|
||||
alias cae='carton exec'
|
||||
|
||||
local completion="$HOME/.carton/etc/carton_completion.zsh"
|
||||
if [[ -e "${completion}" ]]; then
|
||||
source "${completion}"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue