Jump to content

fluid | fixed




Photo

Terminal tweaks

Posted by rl1024, 02 February 2008 · 61 views
- - - - -

tab completion
by default, tab completion is case sensitive.  to make it case insensitive, run

echo "set completion-ignore-case On" >> ~/.inputrc


Terminal colors
to get colored output when you run ls,

create or edit  ~/.bash_profile
and add

if [ "$TERM" == "xterm-color" ]; then
alias ls='ls -G'
fi





Recent Entries

© 2013 InsanelyMac  |   News  |   Forum  |   Downloads  |   OSx86 Wiki  |   Mac Netbook  |   Web hosting by CatN  |   Designed by Ed Gain  |   Logo by irfan  |   Privacy Policy