refactor: support zsh

This commit is contained in:
rkiel
2020-11-21 11:11:55 -05:00
parent 55f2118170
commit 4cfb8975ad
5 changed files with 2149 additions and 1028 deletions

View File

@@ -1,7 +1,8 @@
export EDITOR=vim
# generated by ./bin/generate-bash-prompt
export PS1='[\[\e[0;35m\]\u@\h\[\e[0m\] \[\e[1;34m\]\W\[\e[0m\]]\$ '
# export PS1='[\[\e[0;35m\]\u@\h\[\e[0m\] \[\e[1;34m\]\W\[\e[0m\]]\$ '
export PS1='[\[\e[0;35m\]\u@\h\[\e[0m\] \[\e[1;34m\]\W\[\e[0;32m\]$(__git_ps1 " %s")\[\e[0m\]]\$ '
if [ -f ~/.bashrc ]; then
source ~/.bashrc