fix PATH-problem in .bash_completion and stuff
This commit is contained in:
parent
d13424613b
commit
dd9f6470b8
3 changed files with 6 additions and 9 deletions
7
.profile
7
.profile
|
|
@ -13,12 +13,11 @@ export GPG_TTY=$(tty)
|
|||
# Environment variables
|
||||
export TERMINAL=sakura
|
||||
export EDITOR=vim
|
||||
export BC_ENV_ARGS="-lq $HOME/.bcrc"
|
||||
export BC_ENV_ARGS="-lq"
|
||||
[[ -f "$HOME/.bcrc" ]] && export BC_ENV_ARGS="$BC_ENV_ARGS $HOME/.bcrc"
|
||||
|
||||
# PATH
|
||||
if [[ -d "$HOME/bin" ]]; then
|
||||
export PATH="$HOME/bin:$PATH"
|
||||
fi
|
||||
[[ -d "$HOME/bin" ]] && export PATH="$HOME/bin:$PATH"
|
||||
|
||||
# Android SDK stuff
|
||||
#export ANDROID_HOME="/opt/Android_SDK"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue