diff --git a/playbooks/roles/zsh/tasks/main.yml b/playbooks/roles/zsh/tasks/main.yml index b814b01..19f6a55 100644 --- a/playbooks/roles/zsh/tasks/main.yml +++ b/playbooks/roles/zsh/tasks/main.yml @@ -28,3 +28,10 @@ dest: ~/.zshrc state: link force: yes + +- name: Symlink completions dir + file: + src: ~/.dotfiles/zsh/completions + dest: ~/.zshcompletions + state: link + force: yes diff --git a/vim/vimrc b/vim/vimrc index 54a8df9..759e630 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -17,7 +17,7 @@ set ttyfast set wildmenu set title set list -set listchars=tab:→\ ,eol:¬,trail:⋅,extends:❯,precedes:❮,space:␣ +set listchars=tab:→\ ,eol:¬,trail:•,extends:❯,precedes:❮,space:⨪ set showbreak=↪ set timeoutlen=500 diff --git a/zsh/zshrc b/zsh/zshrc index fcc0653..bfb900c 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -12,7 +12,7 @@ export KEYTIMEOUT=1 #keybindings -fpath=(~/bin $fpath) +fpath=(~/bin ~/.zshcompletions $fpath) zstyle :compinstall filename '/home/anthonys/.zshrc' zstyle ":completion:*" complete _complete _ignored _approximate zstyle ":completion:*" glob 1