tutorials:bash
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorials:bash [2012/09/04 15:51] – [.bashrc (Ubuntu)] chkuo | tutorials:bash [2012/11/23 13:59] (current) – [.bashrc (Ubuntu)] hsu | ||
|---|---|---|---|
| Line 33: | Line 33: | ||
| alias ll='ls -alFG | more' | alias ll='ls -alFG | more' | ||
| </ | </ | ||
| + | |||
| + | |||
| + | # under home directory, | ||
| + | mv .bashrc .bashrc_v2 | ||
| + | # create anyother .bashrc file and paste the below script into it. | ||
| + | nano .bashrc | ||
| ==== .bashrc (Ubuntu) ==== | ==== .bashrc (Ubuntu) ==== | ||
| Line 43: | Line 49: | ||
| # User specific environment and startup programs | # User specific environment and startup programs | ||
| export PATH=" | export PATH=" | ||
| + | export PERL5LIB=" | ||
| # enable color support of ls and also add handy aliases | # enable color support of ls and also add handy aliases | ||
tutorials/bash.1346745078.txt.gz · Last modified: by chkuo