Liang Zou's Tech Blog
Thank you for visiting!
Showing posts with label
Terminal
.
Show all posts
Showing posts with label
Terminal
.
Show all posts
4/26/2016
How to use .bashrc file on Mac for the terminal
In /etc/profile add:
if [ -n "$BASH_VERSION" ] && [ -f $HOME/.bashrc ];then
source $HOME/.bashrc
fi
Under $HOME, create .bashrc file. The content should be:
http://liangzou.blogspot.com/2016/06/commonly-used-linux-aliases.html
4/11/2007
Change display colors in a terminal
http://www.linux-sxs.org/housekeeping/lscolors.html
Older Posts
Home
Subscribe to:
Posts (Atom)