mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 17:28:01 +00:00
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 New Issue
Block a user