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 [...
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 [...



Sign In
Create Account