diff options
author | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2024-11-05 00:01:55 +0530 |
---|---|---|
committer | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2024-11-05 00:01:55 +0530 |
commit | 55bee508991dc5384a4573105c668d107a9b7ded (patch) | |
tree | 0b27bae44a643948defc8c16c5b1bcbe2e3e4eed /.gitmodules | |
parent | Switch to fedora (diff) | |
download | dotfiles-55bee508991dc5384a4573105c668d107a9b7ded.tar dotfiles-55bee508991dc5384a4573105c668d107a9b7ded.tar.gz dotfiles-55bee508991dc5384a4573105c668d107a9b7ded.tar.bz2 dotfiles-55bee508991dc5384a4573105c668d107a9b7ded.tar.lz dotfiles-55bee508991dc5384a4573105c668d107a9b7ded.tar.xz dotfiles-55bee508991dc5384a4573105c668d107a9b7ded.tar.zst dotfiles-55bee508991dc5384a4573105c668d107a9b7ded.zip |
Added plugins. Also added .profile due ubuntu's GDM xsession req
Xsession only source .profile.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3df7874..567a6e5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "lazydev"] path = .local/share/nvim/site/pack/plugins/start/lazydev url = https://github.com/folke/lazydev.nvim +[submodule "zsh-completions"] + path = /home/mboocha/.zfunc/zsh-completions + url = https://github.com/zsh-users/zsh-completions.git |