From f9699f449988bb4be139f98864ed5b324ae46913 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Tue, 15 Oct 2019 12:25:45 -0400 Subject: [PATCH] Stuff --- playbooks/roles/zsh/tasks/main.yml | 7 +++++++ vim/vimrc | 2 +- zsh/zshrc | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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