반응형
- # .bashrc
- #PATHes
- export PATH=~/local/bin/:~/local/bin/arm-2009q3/bin:~/project/out/host/linux-x86/bin:$PATH
- # don't put duplicate lines in the history. See bash(1) for more options
- # ... or force ignoredups and ignorespace
- HISTCONTROL=ignoredups:ignorespace
- # Source global definitions
- if [ -f /etc/bashrc ]; then
- . /etc/bashrc
- fi
- # User specific aliases and functions
- #ls
- alias 'ls=ls --color -a '
- alias 'l=ls --color -a '
- alias 'vi=vim -c "set cin" -c"set nu"'
- #cd
- alias 'cd....=cd ../..'
- alias 'cd..=cd ..'
- #grep
- alias 'grep=grep --color=auto -n'
- export LANG="en_us.UTF-8"
- #PS1='[\u@\h \W]\$ '
- #export PS1='\[\e[4;33m\][\u@\h \W]\$\[\e[0m\] '
- export PS1='\[\e[0;33m\][\u@\w]\$\[\e[0m\] '
- #for developing eclipse Plugin
- . ~/project/build/envsetup.sh
반응형
'Linux > Tips' 카테고리의 다른 글
사설(회사,학교) 방화벽 하에서 원격 허용 (0) | 2012.04.12 |
---|---|
wubi로 원하는 Ubuntu 설치하기 (0) | 2012.01.26 |
SVN 세팅 (작성중) (0) | 2012.01.02 |
리눅스 계정 추가 (0) | 2011.12.29 |
glibconfig.h: No such file or directory (0) | 2011.11.09 |
댓글