История изменений
Исправление imul, (текущая версия) :
Кстати, а для чего так разделили?
В ~/.bashrc псевдонимы и функции, а переменные в .bash_profile.
~ $ cat ~/.bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/.local/bin:$HOME/bin
Исходная версия imul, :
Кстати, а для чего так разделили?
В ~/.bashrc псевдонимы и функции, а переменные в .bash_profile.
~ $ cat ~/.bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/.local/bin:$HOME/bin