Stuff
This commit is contained in:
parent
2a345008e4
commit
f9699f4499
3 changed files with 9 additions and 2 deletions
|
@ -28,3 +28,10 @@
|
||||||
dest: ~/.zshrc
|
dest: ~/.zshrc
|
||||||
state: link
|
state: link
|
||||||
force: yes
|
force: yes
|
||||||
|
|
||||||
|
- name: Symlink completions dir
|
||||||
|
file:
|
||||||
|
src: ~/.dotfiles/zsh/completions
|
||||||
|
dest: ~/.zshcompletions
|
||||||
|
state: link
|
||||||
|
force: yes
|
||||||
|
|
|
@ -17,7 +17,7 @@ set ttyfast
|
||||||
set wildmenu
|
set wildmenu
|
||||||
set title
|
set title
|
||||||
set list
|
set list
|
||||||
set listchars=tab:→\ ,eol:¬,trail:⋅,extends:❯,precedes:❮,space:␣
|
set listchars=tab:→\ ,eol:¬,trail:•,extends:❯,precedes:❮,space:⨪
|
||||||
set showbreak=↪
|
set showbreak=↪
|
||||||
set timeoutlen=500
|
set timeoutlen=500
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ export KEYTIMEOUT=1
|
||||||
|
|
||||||
#keybindings
|
#keybindings
|
||||||
|
|
||||||
fpath=(~/bin $fpath)
|
fpath=(~/bin ~/.zshcompletions $fpath)
|
||||||
zstyle :compinstall filename '/home/anthonys/.zshrc'
|
zstyle :compinstall filename '/home/anthonys/.zshrc'
|
||||||
zstyle ":completion:*" complete _complete _ignored _approximate
|
zstyle ":completion:*" complete _complete _ignored _approximate
|
||||||
zstyle ":completion:*" glob 1
|
zstyle ":completion:*" glob 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue