Rollback to use .profile.
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
#
|
|
||||||
source ${HOME}/.bashrc
|
|
||||||
4
.profile
Normal file
4
.profile
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#
|
||||||
|
if [ "$SHELL" == "/bin/bash" -o "$SHELL" == "/usr/local/bin/bash" ];
|
||||||
|
source ${HOME}/.bashrc
|
||||||
|
fi
|
||||||
@@ -12,8 +12,8 @@ git submodule update --init
|
|||||||
cp ${BASEDIR}/.inputrc ~/
|
cp ${BASEDIR}/.inputrc ~/
|
||||||
|
|
||||||
#
|
#
|
||||||
cp ${BASEDIR}/.bash_profile ~/
|
|
||||||
cp ${BASEDIR}/.bashrc ~/
|
cp ${BASEDIR}/.bashrc ~/
|
||||||
|
cp ${BASEDIR}/.profile ~/
|
||||||
cp ${BASEDIR}/.zshrc ~/
|
cp ${BASEDIR}/.zshrc ~/
|
||||||
if [ ! -e ~/.bashrc ]; then
|
if [ ! -e ~/.bashrc ]; then
|
||||||
cp ${BASEDIR}/.bashrc.local ~/
|
cp ${BASEDIR}/.bashrc.local ~/
|
||||||
|
|||||||
Reference in New Issue
Block a user