diff options
Diffstat (limited to '')
| -rw-r--r-- | .bashrc | 2 | ||||
| -rw-r--r-- | .zshrc | 2 | 
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@  [[ $- != *i* ]] && return  # Our prompt (user@computer: >>) -PS1="\[\033[38;5;14m\]\u\[$(tput sgr0)\]\[\033[38;5;243m\]@\[$(tput sgr0)\]\[\033[38;5;194m\]\h\[$(tput sgr0)\]\[\033[38;5;243m\]:\[$(tput sgr0)\]\[\033[38;5;15m\]\w  \[$(tput sgr0)\]" +PS1="\[\033[38;5;14m\]\u\[$(tput sgr0)\]\[\033[38;5;243m\]@\[$(tput sgr0)\]\[\033[38;5;194m\]\h\[$(tput sgr0)\]\[\033[38;5;243m\]:\[$(tput sgr0)\]\[\033[38;5;15m\]\w » \[$(tput sgr0)\]"  [ ! -z "$SSH_CLIENT" ] && PS1="(SSH) $PS1" @@ -1,7 +1,7 @@  # Nick's light .zshrc  # Setup the prompt (PS1) -PS1="%F{015}%n%f%F{243}@%f%F{176}%m%f%F{243}:%f%(5~|%-1~//%3~|%4~)  " +PS1="%F{015}%n%f%F{243}@%f%F{176}%m%f%F{243}:%f%(5~|%-1~//%3~|%4~) » "  [ "$TERM" = "linux" ] && PS1="%F{cyan}%n%f%F{white}@%f%F{magenta}%m%f%F{white}:%f%(5~|%-1~//%3~|%4~)$ "  [ ! -z $SSH_CLIENT ] && PS1="(SSH) $PS1"  | 
