Chinaunix首页 | 论坛 | 博客
  • 博客访问: 399792
  • 博文数量: 76
  • 博客积分: 3016
  • 博客等级: 中校
  • 技术积分: 782
  • 用 户 组: 普通用户
  • 注册时间: 2007-04-27 12:05
文章分类

全部博文(76)

文章存档

2017年(1)

2015年(1)

2009年(2)

2008年(28)

2007年(44)

我的朋友

分类: LINUX

2008-02-14 19:10:36


#!/bin/bash
JAVA_HOME=$HOME/jre1.6.0_03/
JAVA_BIN=$HOME/jre1.6.0_03/bin
repo=""
PATH=$PATH:~/bin
export JAVA_HOME JAVA_BIN repo PATH

# enable color support of ls and also add handy aliases
if [ "$TERM" != "dumb" ]; then
    eval "`dircolors -b`"
    alias ls='ls --color=auto'
    #alias dir='ls --color=auto --format=vertical'
    #alias vdir='ls --color=auto --format=long'
fi

# some more ls aliases
alias ll='ls -l'
alias la='ls -A'
alias l='ls -CF'

阅读(761) | 评论(0) | 转发(0) |
0

上一篇:sources.list

下一篇:crontab 设置

给主人留下些什么吧!~~