source: projects/vskel/trunk/.bashrc @ 1126

Revision 1126, 389 bytes checked in by daisuke, 14 years ago (diff)

import vskel-4.1.0 from internal cvs repository

RevLine 
[1126]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.