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