]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/base-files/base-files/share/dot.bashrc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / base-files / base-files / share / dot.bashrc
1 # ~/.bashrc: executed by bash(1) for non-login shells.
2
3 export PS1='\h:\w\$ '
4 umask 022
5
6 # You may uncomment the following lines if you want `ls' to be colorized:
7 # export LS_OPTIONS='--color=auto'
8 # eval `dircolors`
9 # alias ls='ls $LS_OPTIONS'
10 # alias ll='ls $LS_OPTIONS -l'
11 # alias l='ls $LS_OPTIONS -lA'
12 #
13 # Some more alias to avoid making mistakes:
14 # alias rm='rm -i'
15 # alias cp='cp -i'
16 # alias mv='mv -i'