diff --git a/home_root/.zshrc b/home_root/.zshrc index a8ed87a..dcdb918 100644 --- a/home_root/.zshrc +++ b/home_root/.zshrc @@ -1,9 +1,14 @@ +#extend path +path=(~/bin $path) +path=(~/.local/bin $path) +path=(~/.cache/lk-tools/fzf/bin $path) + + # Init OhMyPosh eval "$(oh-my-posh init zsh --config https://gitea.phasefinal.com/vh/dotfiles/raw/branch/master/home_config/ohmyposh/lkraven.toml)" # Set ZINIT Home ZINIT_HOME="${HOME}/.config/zinit/zinit.git" -# ZSH_TMUX_AUTOSTART=true # Download ZINIT if [ ! -f "${ZINIT_HOME}/zinit.zsh" ]; then @@ -11,10 +16,6 @@ if [ ! -f "${ZINIT_HOME}/zinit.zsh" ]; then git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME" fi -#extend path -path=(~/bin $path) -path=(~/.local/bin $path) -path=(~/.cache/lk-tools/fzf/bin $path) # Load Zinit source "${ZINIT_HOME}/zinit.zsh" @@ -23,8 +24,6 @@ zinit light zsh-users/zsh-syntax-highlighting zinit light zsh-users/zsh-completions zinit light zsh-users/zsh-autosuggestions -# zinit snippet OMZP::tmux - # Load completions autoload -U compinit && compinit zinit cdreplay -q @@ -98,4 +97,3 @@ eval $(thefuck --alias fk) zinit light Aloxaf/fzf-tab -# Removed Tmux auto-start block and related code