+ heroku docker
This commit is contained in:
13
.dev/bashrc
Normal file
13
.dev/bashrc
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
# prompt
|
||||
export PS1='\[\033[01;34m\]\w\[\033[00m\] \[\033[01;32m\]$ \[\033[00m\]'
|
||||
|
||||
# profile feature switch
|
||||
if [ -d $HOME/.profile.d ]; then
|
||||
for i in $HOME/.profile.d/*.sh; do
|
||||
if [ -r $i ]; then
|
||||
. $i
|
||||
fi
|
||||
done
|
||||
unset i
|
||||
fi
|
||||
Reference in New Issue
Block a user