1 2 3 4 5 6 7 8 9
# Prompt if [[ -n $SSH_CLIENT ]]; then PS1=$'\w \e[0;31m$\e[0m ' else PS1='\w $ ' fi # FZF [ -f ~/.fzf.bash ] && source ~/.fzf.bash