博客首页 注册 建议与交流 排行榜 加入友情链接
推荐 投诉 搜索: 帮助
在我的系统上成功不代表在你的系统上也成功。请按自己的需要进行修改。 1. /usr/share/doc下一定要看 2. 更详细的可以看看man, 看man 的时间远小于上网找答案的时间
  cobalt65.cublog.cn

关于作者
Debian sid
Email:angelerosster@gmail.com
|| << >> ||
我的分类


我的 .bashrc

#!/bin/bash
JAVA_HOME=$HOME/jre1.6.0_03/
JAVA_BIN=$HOME/jre1.6.0_03/bin
repo="https://i18n-zh.googlecode.com/svn/trunk/l10n/TP"
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'

发表于: 2008-02-14,修改于: 2008-02-14 19:10,已浏览196次,有评论0条 推荐 投诉


网友评论
 发表评论