mirror of
https://github.com/SoPat712/dotfiles.git
synced 2025-08-21 18:38:46 -04:00
zsh cleanup
This commit is contained in:
@@ -34,17 +34,16 @@ plugins=(git hacker-quotes)
|
|||||||
|
|
||||||
# Source files
|
# Source files
|
||||||
source ~/Projects/zsh-autocomplete/zsh-autocomplete.plugin.zsh
|
source ~/Projects/zsh-autocomplete/zsh-autocomplete.plugin.zsh
|
||||||
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
|
source ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
source ~/.p10k.zsh
|
source ~/.p10k.zsh
|
||||||
source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
export ATUIN_NOBIND="true"
|
export ATUIN_NOBIND="true"
|
||||||
eval "$(atuin init zsh)"
|
eval "$(atuin init zsh)"
|
||||||
# eval "$(pyenv init -)"
|
|
||||||
# eval "$(pyenv virtualenv-init -)"
|
|
||||||
if command -v pyenv 1>/dev/null 2>&1; then
|
if command -v pyenv 1>/dev/null 2>&1; then
|
||||||
eval "$(pyenv init -)"
|
eval "$(pyenv init -)"
|
||||||
|
eval "$(pyenv virtualenv-init -)"
|
||||||
fi
|
fi
|
||||||
eval "$(fzf --zsh)"
|
eval "$(fzf --zsh)"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user