diff --git a/config/.config/sdm-ui.yaml b/config/.config/sdm-ui.yaml index f4d013f..edf09df 100644 Binary files a/config/.config/sdm-ui.yaml and b/config/.config/sdm-ui.yaml differ diff --git a/zsh/.config/zsh/functions.zsh b/zsh/.config/zsh/functions.zsh index 5c3d354..42e33fc 100644 --- a/zsh/.config/zsh/functions.zsh +++ b/zsh/.config/zsh/functions.zsh @@ -1,11 +1,6 @@ #!/bin/zsh -# NAVIGATION AND FILE SYSTEM -z() { - unfunction "$0" - eval "$(zoxide init zsh)" - $0 "$@" -} +eval "$(zoxide init zsh)" zi() { z "$@" } za() { z "$@" } diff --git a/zsh/.config/zsh/opts.zsh b/zsh/.config/zsh/opts.zsh index 543a122..d70c99e 100644 --- a/zsh/.config/zsh/opts.zsh +++ b/zsh/.config/zsh/opts.zsh @@ -33,4 +33,4 @@ export COREPACK_ENABLE_DOWNLOAD_PROMPT=0 export COREPACK_ENABLE_NETWORK_RESOLUTION=1 export COREPACK_ENABLE_STRICT_VERIFICATION=0 export MANPAGER="nvim +Man!" - +export _ZO_ECHO=1