update zsh dependencies
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -4,3 +4,6 @@
|
|||||||
[submodule "zsh/.config/zsh/plugins/zsh-autosuggestions"]
|
[submodule "zsh/.config/zsh/plugins/zsh-autosuggestions"]
|
||||||
path = zsh/.config/zsh/plugins/zsh-autosuggestions
|
path = zsh/.config/zsh/plugins/zsh-autosuggestions
|
||||||
url = https://github.com/zsh-users/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
|
||||||
|
|||||||
Submodule zsh/.config/zsh/plugins/fast-syntax-highlighting updated: a62d721aff...3bd4aa2450
1
zsh/.config/zsh/plugins/fzf-git.sh
Submodule
1
zsh/.config/zsh/plugins/fzf-git.sh
Submodule
Submodule zsh/.config/zsh/plugins/fzf-git.sh added at 28b544a7b6
Submodule zsh/.config/zsh/plugins/zsh-autosuggestions updated: a411ef3e09...0e810e5afa
@@ -28,9 +28,14 @@ source $HOME/.config/.aliases
|
|||||||
source $HOME/.config/.aliases.local
|
source $HOME/.config/.aliases.local
|
||||||
|
|
||||||
source $HOME/.config/zsh/key-bindings.zsh
|
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
|
source $HOME/.config/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh
|
||||||
|
|
||||||
|
#fzf
|
||||||
|
eval "$(fzf --zsh)"
|
||||||
|
|
||||||
# tmux
|
# tmux
|
||||||
if [ -x "$(command -v tmux)" ] && [ -n "${DISPLAY}" ] && [ -z "${TMUX}" ] && [ -z "${NOTMUX}" ]; then
|
if [ -x "$(command -v tmux)" ] && [ -n "${DISPLAY}" ] && [ -z "${TMUX}" ] && [ -z "${NOTMUX}" ]; then
|
||||||
tmux || tmux >/dev/null 2>&1
|
tmux || tmux >/dev/null 2>&1
|
||||||
|
|||||||
Reference in New Issue
Block a user