Skip to content

Instantly share code, notes, and snippets.

View arvinlp's full-sized avatar
🎯
Focusing

Arvin Loripour arvinlp

🎯
Focusing
View GitHub Profile
@arvinlp
arvinlp / .zshrc
Last active October 28, 2025 06:32
Something new for .zshrc is better
## -------------------------------
## ArvinLP – Developer Shell Setup
## -------------------------------
autoload -U colors && colors
setopt PROMPT_SUBST
export LANG=en_US.UTF-8
export EDITOR='nano'
export PS1='%F{green}% @ArvinLP %f%F{red}% >>%f%F{purple}% %1d%f%F{red}% ~ %f'
@arvinlp
arvinlp / .zshrc
Last active October 28, 2025 06:31
It's my zshrc using on my Mac :D
## Arvinlp
autoload -U colors && colors
setopt PROMPT_SUBST
#zle_highlight=(PS1:bold)
export LANG=en_US.UTF-8
export EDITOR='nano'
export PS1='%F{green}% @ArvinLP %f%F{red}% >>%f%F{purple}% %1d%f%F{red}% ~ %f'