update zsh dependencies
This commit is contained in:
parent
5998b957d0
commit
81f6b1f6e5
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -4,3 +4,6 @@
|
||||
[submodule "zsh/.config/zsh/plugins/zsh-autosuggestions"]
|
||||
path = zsh/.config/zsh/plugins/zsh-autosuggestions
|
||||
url = https://github.com/zsh-users/zsh-autosuggestions
|
||||
[submodule "zsh/.config/zsh/plugins/fzf-git.sh"]
|
||||
path = zsh/.config/zsh/plugins/fzf-git.sh
|
||||
url = https://github.com/junegunn/fzf-git.sh
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit a62d721affc771de2c78201d868d80668a84c1e1
|
||||
Subproject commit 3bd4aa2450066f86b6a61e0426a50ac8b42061aa
|
||||
1
zsh/.config/zsh/plugins/fzf-git.sh
Submodule
1
zsh/.config/zsh/plugins/fzf-git.sh
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 28b544a7b6d284b8e46e227b36000089b45e9e00
|
||||
@ -1 +1 @@
|
||||
Subproject commit a411ef3e0992d4839f0732ebeb9823024afaaaa8
|
||||
Subproject commit 0e810e5afa27acbd074398eefbe28d13005dbc15
|
||||
@ -28,9 +28,14 @@ source $HOME/.config/.aliases
|
||||
source $HOME/.config/.aliases.local
|
||||
|
||||
source $HOME/.config/zsh/key-bindings.zsh
|
||||
source $HOME/.config/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
|
||||
# plugins
|
||||
source $HOME/.config/zsh/plugins/fast-syntax-highlighting/F-Sy-H.plugin.zsh
|
||||
source $HOME/.config/zsh/plugins/fzf-git.sh/fzf-git.sh
|
||||
source $HOME/.config/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh
|
||||
|
||||
#fzf
|
||||
eval "$(fzf --zsh)"
|
||||
|
||||
# tmux
|
||||
if [ -x "$(command -v tmux)" ] && [ -n "${DISPLAY}" ] && [ -z "${TMUX}" ] && [ -z "${NOTMUX}" ]; then
|
||||
tmux || tmux >/dev/null 2>&1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user