This commit is contained in:
Anthony Cicchetti 2019-10-15 12:25:45 -04:00
parent 2a345008e4
commit f9699f4499
3 changed files with 9 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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