Trying out pure

This commit is contained in:
2026-06-12 10:19:01 -04:00
parent eb41fed50f
commit 69d8fc7dee
+6 -2
View File
@@ -8,7 +8,7 @@ DISABLE_CORRECTION="true"
DISABLE_UNTRACKED_FILES_DIRTY="true"
ZSH="${HOME}/.oh-my-zsh"
export ZSH_THEME='robbyrussell'
export ZSH_THEME=''
if [[ -e "${XDG_RUNTIME_DIR}/ssh-agent.socket" ]]; then
export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"
@@ -16,6 +16,7 @@ fi
path=(
$HOME/.rbenv/shims
/home/linuxbrew/.linuxbrew/bin
$HOME/bin
$HOME/go/bin
$HOME/.local/bin
@@ -79,7 +80,6 @@ plugins=(
symfony-complete
tmux
vagrant
vi-mode
)
if [[ -d ~/.oh-my-zsh/plugins/just/ ]]; then
@@ -248,5 +248,9 @@ else
compinit
fi
autoload -U promptinit
promptinit
prompt pure
compdef _symfony_complete composer
compdef _symfony_complete dep