Got annoying real fast.
This commit is contained in:
parent
7df7532d68
commit
85b7e621a2
@ -19,7 +19,6 @@ plug "zsh-users/zsh-autosuggestions"
|
|||||||
plug "zsh-users/zsh-completions"
|
plug "zsh-users/zsh-completions"
|
||||||
plug "chivalryq/git-alias"
|
plug "chivalryq/git-alias"
|
||||||
plug "zap-zsh/fzf"
|
plug "zap-zsh/fzf"
|
||||||
plug "zap-zsh/magic-enter"
|
|
||||||
plug "zdharma-continuum/fast-syntax-highlighting"
|
plug "zdharma-continuum/fast-syntax-highlighting"
|
||||||
plug "zsh-users/zsh-history-substring-search"
|
plug "zsh-users/zsh-history-substring-search"
|
||||||
plug "MichaelAquilina/zsh-you-should-use"
|
plug "MichaelAquilina/zsh-you-should-use"
|
||||||
@ -67,7 +66,3 @@ trap nnn_cd EXIT
|
|||||||
if [ ! -z "$TMUX" ] && [ -d "./env" ]; then
|
if [ ! -z "$TMUX" ] && [ -d "./env" ]; then
|
||||||
. ./env/bin/activate
|
. ./env/bin/activate
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Magic enter settings
|
|
||||||
MAGIC_ENTER_GIT_COMMAND='gst -u'
|
|
||||||
MAGIC_ENTER_OTHER_COMMAND='ls'
|
|
||||||
|
Loading…
Reference in New Issue
Block a user