feat: add autocomplete to fx command

This commit is contained in:
2021-07-04 15:54:39 +02:00
parent e42c80e553
commit 26cb75bb2f
3 changed files with 31 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ plugins=(
eval `dircolors ~/.dircolors`
export FPATH=$FPATH:~/.dotfiles/completions
# Load oh my zsh
export ZSH=~/.oh-my-zsh
source $ZSH/oh-my-zsh.sh