This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ## ------------------------------- | |
| ## 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' | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ## 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' |