summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author2024-11-23 17:52:12 +0530
committer2024-11-23 17:52:12 +0530
commitefe955b06840e20d45cc6bff5123e35d40692ce4 (patch)
tree1f6990b1869ee6c83026780ec96fd5a9a06be65f
parentFixed bugs (diff)
downloaddotfiles-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--.gitmodules3
m---------.zfunc/zsh-completions0
-rw-r--r--.zshrc2
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
diff --git a/.zshrc b/.zshrc
index 5b76658..bd268c0 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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'