update zsh dependencies
This commit is contained in:
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/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
|
||||
|
||||
Reference in New Issue
Block a user