refactor: added support for zsh
This commit is contained in:
13
dotfiles/bash_profile
Normal file
13
dotfiles/bash_profile
Normal file
@@ -0,0 +1,13 @@
|
||||
export EDITOR=vim
|
||||
|
||||
# generated by ./bin/generate-bash-prompt
|
||||
export PS1='[\[\e[0;35m\]\u@\h\[\e[0m\] \[\e[1;34m\]\W\[\e[0m\]]\$ '
|
||||
|
||||
if [ -f ~/.bashrc ]; then
|
||||
source ~/.bashrc
|
||||
fi
|
||||
|
||||
LOCALS=~/.bashrc_local
|
||||
if [ -f $LOCALS ]; then
|
||||
source $LOCALS
|
||||
fi
|
||||
Reference in New Issue
Block a user