Added support for socage ZSH completion.
This commit is contained in:
parent
887efa3a4e
commit
0e015b8e46
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -50,3 +50,6 @@
|
|||||||
[submodule "init/Smyck-Color-Scheme"]
|
[submodule "init/Smyck-Color-Scheme"]
|
||||||
path = init/Smyck-Color-Scheme
|
path = init/Smyck-Color-Scheme
|
||||||
url = https://github.com/hukl/Smyck-Color-Scheme.git
|
url = https://github.com/hukl/Smyck-Color-Scheme.git
|
||||||
|
[submodule "init/iocage_zsh-completion"]
|
||||||
|
path = init/iocage_zsh-completion
|
||||||
|
url = https://github.com/varpon/iocage_zsh-completion.git
|
||||||
|
2
.gvimrc
2
.gvimrc
@ -1,4 +1,4 @@
|
|||||||
set guifont=Menlo:h14
|
set guifont=Source\ Code\ Pro\ ExtraLight:h15
|
||||||
set gcr=n-v-c:block-Cursor/block-Cursor-blinkon0,i-ci:hor20-Cursor-blinkwait2000-blinkon1500-blinkoff500
|
set gcr=n-v-c:block-Cursor/block-Cursor-blinkon0,i-ci:hor20-Cursor-blinkwait2000-blinkon1500-blinkoff500
|
||||||
|
|
||||||
" Hide Toolbar from MacVim
|
" Hide Toolbar from MacVim
|
||||||
|
@ -9,6 +9,7 @@ setopt always_to_end
|
|||||||
WORDCHARS=''
|
WORDCHARS=''
|
||||||
|
|
||||||
zmodload -i zsh/complist
|
zmodload -i zsh/complist
|
||||||
|
source ~/.zsh/comp/_*
|
||||||
|
|
||||||
## case-insensitive (all),partial-word and then substring completion
|
## case-insensitive (all),partial-word and then substring completion
|
||||||
if [ "x$CASE_SENSITIVE" = "xtrue" ]; then
|
if [ "x$CASE_SENSITIVE" = "xtrue" ]; then
|
||||||
|
@ -78,6 +78,7 @@ deploy)
|
|||||||
|
|
||||||
# Copy color vim scheme from init folder to .vim/colors
|
# Copy color vim scheme from init folder to .vim/colors
|
||||||
cp init/Smyck-Color-Scheme/smyck.vim .vim/colors/smyck.vim
|
cp init/Smyck-Color-Scheme/smyck.vim .vim/colors/smyck.vim
|
||||||
|
cp init/iocage_zsh-completion/_iocage .zsh/comp/_iocage
|
||||||
|
|
||||||
df_deploy
|
df_deploy
|
||||||
;;
|
;;
|
||||||
|
1
init/iocage_zsh-completion
Submodule
1
init/iocage_zsh-completion
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit bedd0c9e8c9673b8399edb3fd1340d0940de77d6
|
Loading…
Reference in New Issue
Block a user