Comment 8 for bug 525552

Revision history for this message
Nikolaus Rath (nikratio) wrote :

Almost:

[0] inspiron:~$ cat .bashrc
cat: .bashrc: No such file or directory
[1] inspiron:~$ cat .bash_login
cat: .bash_login: No such file or directory
[1] inspiron:~$ cat .bash_profile
#
# ~/.bash_profile (executed by bash(1))
# Settings for interactive login shells
#

# include settings for noninteractive logins
if [ -f ~/.profile ]; then
    source ~/.profile
fi

# include settings for subshells
if [ -f ~/.bashrc ]; then
    source ~/.bashrc
fi

export PS1='\[\e[1m\][$?] \h:\w$\[\e[22m\] '
export EDITOR=vim
export VISUAL=vim
export PAGER=less

[0] inspiron:~$ cat .profile
#
# ~/.profile (executed by bash(1))
# Settings for interactive logins (e.g. GDM)
#

export TEXMFHOME=~/lib/texmf
export PYTHONSTARTUP=~/.pythonrc.py
export EC2_PRIVATE_KEY=~/lib/aws-x509-key.pem
export EC2_CERT=~/lib/aws-x509-cert.pem