You are here Home > Know-how > Linux > Shell, bash > ~/.bashrc

Linux Reference

6.1.1 ~/.bashrc


20.02.2008
6.1 Shell, bash [  up  ] - [ top ] - [ linux a-z ] 6.1.2 Character conversions

# .bashrc

# User specific aliases and functions

# XX:
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'

# Source global definitions
if [ -f /etc/bashrc ]; then
        . /etc/bashrc
fi

# XX:
export JAVA_HOME='/usr/lib/jvm/java'



copyright by retoh - created with mytexi