Add .profile for graphical login
This commit is contained in:
parent
a2e8af8906
commit
a506dec0cf
@ -6,15 +6,4 @@
|
|||||||
|
|
||||||
[[ -f ~/.bash_local ]] && . ~/.bash_local
|
[[ -f ~/.bash_local ]] && . ~/.bash_local
|
||||||
|
|
||||||
if [ -d ~/lola ];
|
[[ -f ~/.profile ]] && . ~/.profile
|
||||||
then
|
|
||||||
export LOLA_HOME=~/lola/lola-server
|
|
||||||
export MODELS_HOME=~/lola/models
|
|
||||||
export LOLA_TRAVEL_SERVICE_HOME=~/lola/lola-travel-service
|
|
||||||
fi
|
|
||||||
|
|
||||||
export LEDGER_FILE="~/journal.ledger"
|
|
||||||
PATH="$PATH":"~/.local/bin":"~/bin/":"~/.gem/ruby/2.6.0/bin":"~/.gem/ruby/2.5.0/bin":"~/go/bin"
|
|
||||||
|
|
||||||
EDITOR="$(which emacsclient)"
|
|
||||||
export EDITOR
|
|
||||||
|
12
bash/.profile
Normal file
12
bash/.profile
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
if [ -d ~/lola ];
|
||||||
|
then
|
||||||
|
export LOLA_HOME=~/lola/lola-server
|
||||||
|
export MODELS_HOME=~/lola/models
|
||||||
|
export LOLA_TRAVEL_SERVICE_HOME=~/lola/lola-travel-service
|
||||||
|
fi
|
||||||
|
|
||||||
|
export LEDGER_FILE="~/journal.ledger"
|
||||||
|
PATH="~/.local/bin":"~/bin/":"~/.gem/ruby/2.6.0/bin":"~/.gem/ruby/2.5.0/bin":"~/go/bin":"$PATH"
|
||||||
|
|
||||||
|
EDITOR="$(which emacsclient)"
|
||||||
|
export EDITOR
|
Loading…
Reference in New Issue
Block a user