rl1024 Posted February 2, 2008 Share Posted February 2, 2008 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 Link to comment https://www.insanelymac.com/forum/topic/289385-terminal-tweaks/ Share on other sites More sharing options...
Recommended Posts