Hello everyone,
the terminal suddenly does not start anymore, a symbol indicates that it loads for a while and then disappears. What information/log file can I provide to trace the error? I use Fedora 22 and Gnome 3.16.2.
This is in .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
export PATH
Cheers!