diff options
author | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2024-11-23 17:52:12 +0530 |
---|---|---|
committer | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2024-11-23 17:52:12 +0530 |
commit | efe955b06840e20d45cc6bff5123e35d40692ce4 (patch) | |
tree | 1f6990b1869ee6c83026780ec96fd5a9a06be65f | |
parent | Fixed bugs (diff) | |
download | dotfiles-efe955b06840e20d45cc6bff5123e35d40692ce4.tar dotfiles-efe955b06840e20d45cc6bff5123e35d40692ce4.tar.gz dotfiles-efe955b06840e20d45cc6bff5123e35d40692ce4.tar.bz2 dotfiles-efe955b06840e20d45cc6bff5123e35d40692ce4.tar.lz dotfiles-efe955b06840e20d45cc6bff5123e35d40692ce4.tar.xz dotfiles-efe955b06840e20d45cc6bff5123e35d40692ce4.tar.zst dotfiles-efe955b06840e20d45cc6bff5123e35d40692ce4.zip |
Readded zsh-completions
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | .zfunc/zsh-completions | 0 | ||||
-rw-r--r-- | .zshrc | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 8843cd6..ab26671 100644 --- a/.gitmodules +++ b/.gitmodules @@ -35,3 +35,6 @@ path = .local/share/nvim/site/pack/plugins/start/lazydev url = https://github.com/folke/lazydev.nvim +[submodule "zsh-completions"] + path = .zfunc/zsh-completions + url = https://github.com/zsh-users/zsh-completions.git diff --git a/.zfunc/zsh-completions b/.zfunc/zsh-completions new file mode 160000 +Subproject 066b069150074d9ac3e9dfed0aa5657dd0c84eb @@ -12,7 +12,7 @@ HISTSIZE=1000 SAVEHIST=1000 setopt hist_ignore_all_dups hist_save_no_dups hist_reduce_blanks share_history extended_history -fpath=($HOME/.zfunc $HOME/.zfunc/* $fpath) +fpath=($HOME/.zfunc $HOME/.zfunc/zsh-completions/src $fpath) alias diff='diff --color=auto' alias ls='ls -F --color=auto' |