Browse Source

Load completion for Carton

master
Sebastian Wiesner 11 years ago
parent
commit
bde5149c7b
  1. 5
      modules/emacs/init.zsh

5
modules/emacs/init.zsh

@ -12,4 +12,9 @@ if [[ -d "$HOME/.carton" ]]; then @@ -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…
Cancel
Save