mirror of
https://github.com/fergalmoran/settings-webstorm.git
synced 2025-12-22 09:47:41 +00:00
Source bashrc
This commit is contained in:
@@ -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
3
bashrc
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user