Merge branch 'arch' into gentoo

This commit is contained in:
ItsDrike 2021-07-20 23:43:56 +02:00
commit 8a3570a97d
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
6 changed files with 15 additions and 1 deletions

9
.gitmodules vendored
View file

@ -1,3 +1,12 @@
[submodule "root/usr/local/src/dmenu"] [submodule "root/usr/local/src/dmenu"]
path = "root/usr/local/src/dmenu" path = "root/usr/local/src/dmenu"
url = "https://github.com/ItsDrike/dmenu" url = "https://github.com/ItsDrike/dmenu"
[submodule "root/usr/share/zsh/site-functions/zsh-autosuggestions"]
path = "root/usr/share/zsh/site-functions/zsh-autosuggestions"
url = "https://github.com/zsh-users/zsh-autosuggestions"
[submodule "root/usr/share/zsh/site-functions/zsh-syntax-highlighting"]
path = "root/usr/share/zsh/site-functions/zsh-syntax-highlighting"
url = "https://github.com/zsh-users/zsh-syntax-highlighting"
[submodule "home/.local/src/z.lua"]
path = "home/.local/src/z.lua"
url = "https://github.com/skywind3000/z.lua"

View file

@ -62,6 +62,7 @@ zstyle ':completion:::::' completer _expand _complete _ignored _approximate #ena
# Load extensions (should be last) # Load extensions (should be last)
. /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh 2>/dev/null # Syntax highlighting . /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh 2>/dev/null # Syntax highlighting
. /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null # Auto suggestions
. /usr/share/autojump/autojump.zsh 2>/dev/null # Auto-Jump . /usr/share/autojump/autojump.zsh 2>/dev/null # Auto-Jump
. /usr/share/zsh/site-functions/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null # Auto suggestions
eval "$(lua ~/.local/src/z.lua/z.lua --init zsh enhanced)" # Auto-Jump alternative

1
home/.local/src/z.lua Submodule

@ -0,0 +1 @@
Subproject commit a3d4f5db684ed6dfd3041e73d1d761f5fe944179

@ -0,0 +1 @@
Subproject commit a411ef3e0992d4839f0732ebeb9823024afaaaa8

@ -0,0 +1 @@
Subproject commit dffe304567c86f06bf1be0fce200077504e79783

1
root/usr/src/dmenu Submodule

@ -0,0 +1 @@
Subproject commit 8e6bb7b92f421489aef49d98985bb8aaf0ddc0ce