This commit is contained in:
venus
2026-04-10 12:11:14 -05:00
parent 993113e9ec
commit 8401568a50
8 changed files with 283 additions and 179 deletions

View File

@@ -68,7 +68,6 @@ bindkey -s '^[[1;5A' "!!^M"
#zle -N openfff
#bindkey '^f' openfff
# set up prompt
# autosuggestions
@@ -84,3 +83,6 @@ fi
if [ $TERM = "xterm-kitty" ] || [ $NVIM ]; then
eval "$(oh-my-posh init zsh --config $XDG_CONFIG_HOME/zsh/shell.omp.json)"
fi
# replace cd with zoxide (fzf support for changing dir)
eval "$(zoxide init zsh)"