diff --git a/home/private_dot_config/zsh/conf.d/env.zsh b/home/private_dot_config/zsh/conf.d/env.zsh index 29d21f4..9b1d84a 100644 --- a/home/private_dot_config/zsh/conf.d/env.zsh +++ b/home/private_dot_config/zsh/conf.d/env.zsh @@ -6,3 +6,6 @@ export VIV_NO_SETUPTOOLS=1 export VIV_RUN_MODE='semi-ephemeral' export TSM_CONFIG="$XDG_CONFIG_HOME/tsm/config-$(hostname).usu" + +export MAGIC_ENTER_GIT_COMMAND="$MAGIC_ENTER_OTHER_COMMAND && git status -sb" +export MAGIC_ENTER_OTHER_COMMAND="ls -l ." diff --git a/home/private_dot_config/zsh/conf.d/misc.zsh b/home/private_dot_config/zsh/conf.d/misc.zsh deleted file mode 100644 index 69e680b..0000000 --- a/home/private_dot_config/zsh/conf.d/misc.zsh +++ /dev/null @@ -1,14 +0,0 @@ -# -# misc - Set general Zsh config options here, or change plugin settings. -# - -# Options -# Undo options from plugins -setopt NO_BEEP # Be quiet! -setopt NO_HIST_BEEP # Be quiet! - -# OMZ -MAGIC_ENTER_GIT_COMMAND="$MAGIC_ENTER_OTHER_COMMAND && git status -sb" -MAGIC_ENTER_OTHER_COMMAND="ls -l ." - - diff --git a/home/private_dot_config/zsh/dot_zplugins b/home/private_dot_config/zsh/dot_zplugins index 8b413f7..15d3681 100644 --- a/home/private_dot_config/zsh/dot_zplugins +++ b/home/private_dot_config/zsh/dot_zplugins @@ -1,13 +1,11 @@ # pre-reqs -# ${ZDOTDIR}/plugins/p10k-instant +QuarticCat/zsh-smartcache mattmc3/zephyr path:plugins/zfunctions # general use-plugins mattmc3/zephyr path:plugins/history mattmc3/zephyr path:plugins/utility -ohmyzsh/ohmyzsh path:plugins/copybuffer -ohmyzsh/ohmyzsh path:plugins/copyfile ohmyzsh/ohmyzsh path:plugins/extract ohmyzsh/ohmyzsh path:plugins/magic-enter ohmyzsh/ohmyzsh path:plugins/fancy-ctrl-z @@ -29,6 +27,7 @@ ${ZDOTDIR}/plugins/prompt # wrap-up mattmc3/zephyr path:plugins/confd ${ZDOTDIR}/plugins/zexists +${ZDOTDIR}/plugins/clipboard # deferred zsh-users/zsh-autosuggestions diff --git a/home/private_dot_config/zsh/dot_zstyles b/home/private_dot_config/zsh/dot_zstyles index 4a0aedc..c8c902b 100644 --- a/home/private_dot_config/zsh/dot_zstyles +++ b/home/private_dot_config/zsh/dot_zstyles @@ -3,6 +3,7 @@ zstyle ':antidote:bundle' file ${ZDOTDIR:-~}/.zplugins zstyle ':antidote:static' file ${ZDOTDIR:-~}/.zplugins.zsh zstyle ':antidote:bundle' use-friendly-names 'yes' +zstyle ':antidote:bundle:*' zcompile 'yes' zstyle ':antidote:plugin:*' defer-options '-p' # Set this to whatever you want to use to edit a command diff --git a/home/private_dot_config/zsh/plugins/prompt/prompt.plugin.zsh b/home/private_dot_config/zsh/plugins/prompt/prompt.plugin.zsh index 2cfa8f7..d7fd43f 100644 --- a/home/private_dot_config/zsh/plugins/prompt/prompt.plugin.zsh +++ b/home/private_dot_config/zsh/plugins/prompt/prompt.plugin.zsh @@ -12,6 +12,7 @@ # fi # prompt powerlevel10k -eval "$(oh-my-posh init zsh --config $XDG_CONFIG_HOME/omp/config.yml)" +# eval "$(oh-my-posh init zsh --config $XDG_CONFIG_HOME/omp/config.yml)" +smartcache eval oh-my-posh init zsh --config $XDG_CONFIG_HOME/omp/config.yml diff --git a/home/private_dot_config/zsh/zexists.d/cmd/zoxide.zsh b/home/private_dot_config/zsh/zexists.d/cmd/zoxide.zsh index d9f49a1..5618b5d 100644 --- a/home/private_dot_config/zsh/zexists.d/cmd/zoxide.zsh +++ b/home/private_dot_config/zsh/zexists.d/cmd/zoxide.zsh @@ -4,5 +4,6 @@ if (( $+commands[eza] )); then export _ZO_FZF_OPTS="--preview 'command eza --tree --icons=always --color=always {2..}'" fi -eval "$(zoxide init zsh --cmd cd)" +# eval "$(zoxide init zsh --cmd cd)" +smartcache eval zoxide init zsh --cmd cd