Bash, in Color
Aug 03, 2009, 20:17 (0 Talkback[s])
(Other stories by Juliet Kemp)
alias ls='ls --color=auto'
in your ~/.bashrc (then source it or open another terminal). You
can also set color up for your manpages. The easiest way to do this
is using most as a pager: Install the most package, and then
type:"
Complete Story
Related Stories:
- Just because it's pretty, doesn't mean it's easier(Aug 03, 2009)
-
Get back the ctrl-alt-backspace behavior in Ubuntu(Jul 31, 2009)
- How to have a lightweight, beautiful, functional terminal(Jul 30, 2009)
- Tutorial: Must Know Keyboard Shortcuts for Firefox 3.5 on Linux(Jul 25, 2009)
- Create a Twitter Info Server with Bash(Jul 25, 2009)
- Linux tip: Creating a pixel ruler from the command line(Jul 24, 2009)
- Course: Bash Shell Basics(Jul 20, 2009)
- sed and grep tips(Jul 16, 2009)