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
|
||||
state: link
|
||||
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 title
|
||||
set list
|
||||
set listchars=tab:→\ ,eol:¬,trail:⋅,extends:❯,precedes:❮,space:␣
|
||||
set listchars=tab:→\ ,eol:¬,trail:•,extends:❯,precedes:❮,space:⨪
|
||||
set showbreak=↪
|
||||
set timeoutlen=500
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue