REPRODUCIBILITY (% 100):
BUILD ID = OS VERSION (4,1,28):
HARDWARE (Xperia X):
UI LANGUAGE: DE
REGRESSION: ( NO):
DESCRIPTION:
Autoload after ssh login into Phone does not work. Manually loading via “source .bashrc” does not work too. Loading via command “source /home/nemo/.bashrc” does work. PATH var is set correctly. .bash_profile :
.bash_profile
Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
include .bashrc if it exists // absolute path does not work
#if [ -f ~/.bashrc ]; then
source /home/nemo/.bashrc
#fi
User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
[nemo@Sailfish ~]$ source .bashrc
-bash: source: .bashrc: not found
[nemo@Sailfish ~]$ pwd
/home/nemo
[nemo@Sailfish ~]$ source /home/nemo/.bashrc
nemo@Sailfish:~>
STEPS TO REPRODUCE:
EXPECTED RESULT:
ACTUAL RESULT:
ADDITIONAL INFORMATION:
(Please ALWAYS attach relevant data such as logs, screenshots, etc…)