about summary refs log blame commit diff stats
path: root/modules/by-name/zs/zsh/config/zsh-init.zsh
blob: aac344dcc9c05733a72bc64394883a0832dd0a5d (plain) (tree)
1
2
3
4
5
6
7
8
9
                  
 
                           



                                                                                              
#!/usr/bin/env zsh

# Display current tasks
[ -z "$NVIM" ] && task next

## zstyles
#zstyle ':completion:*' menu select
## Auto complete with case insensitivity
#zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'