Zsh Prompt

This commit is contained in:
MangoPig
2026-06-01 12:12:41 +01:00
parent b41dcbac2a
commit 84100a85d1
5 changed files with 253 additions and 25 deletions

View File

@@ -6,9 +6,6 @@ export ZSH="$HOME/.oh-my-zsh"
# Programming Languages Root
export PROG_DIR="$HOME/.programming"
PROMPT="%B%~%b :: "
RPROMPT="%n@%m"
# Plugins
plugins=(git zsh-syntax-highlighting zsh-autosuggestions sudo rclone rust nvm golang conda pyenv)
@@ -78,3 +75,6 @@ fi
if command -v direnv >/dev/null 2>&1; then
eval "$(direnv hook zsh)"
fi
# Prompt Styling
[ -f ~/.zsh_prompt ] && source ~/.zsh_prompt