source: projects/rootfiles/tags/rootfiles-vine-8.2/.bashrc @ 4137

Revision 4137, 389 bytes checked in by daisuke, 13 years ago (diff)

tagging as rootfiles-vine-8.2

Line 
1# .bashrc
2
3# User specific aliases and functions
4
5# Source global definitions
6if [ -f /etc/bashrc ]; then
7        . /etc/bashrc
8fi
9
10#stty -ixon
11
12# unlimit stacksize for large aray in user mode
13#ulimit -s unlimited
14
15# set aliases
16alias ls='ls -F --color=auto'
17alias ll='ls -la --color=auto'
18alias la='ls -a --color=auto'
19alias eng='LANG=C LANGUAGE=C LC_ALL=C'
20
21# user file-creation mask
22umask 022
Note: See TracBrowser for help on using the repository browser.