Source bashrc

This commit is contained in:
Fergal Moran
2016-08-05 20:05:22 +01:00
parent ab4218e005
commit 32daf8072c
2 changed files with 4 additions and 3 deletions

View File

@@ -41,3 +41,7 @@ if [ -f "${SSH_ENV}" ]; then
else else
start_agent; start_agent;
fi fi
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi

3
bashrc
View File

@@ -1,4 +1,3 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples # for examples
@@ -118,8 +117,6 @@ if [ -f ~/.bash_functions ]; then
source ~/.bash_functions source ~/.bash_functions
fi fi
export ASPNET_ENV=Development
export ANDROID_SDK=/opt/android-sdk-linux/ export ANDROID_SDK=/opt/android-sdk-linux/
export PATH=$PATH:/opt/android-sdk-linux/tools:/opt/android-sdk-linux/platform-tools/:/opt/genymotion export PATH=$PATH:/opt/android-sdk-linux/tools:/opt/android-sdk-linux/platform-tools/:/opt/genymotion
export SENCHA_CMD_3_0_0="/home/fergalm/dev/sencha/Sencha/Cmd/4.0.0.203" export SENCHA_CMD_3_0_0="/home/fergalm/dev/sencha/Sencha/Cmd/4.0.0.203"