Mac-Quickie: colorized “ls”
You can enable a colorized “ls” using alias. Edit your ~/.bash_profile and add these 2 lines:
#!/bin/bash
alias ls="ls -G"
alias ll="ls -lG"
now you have nice colors:
You can enable a colorized “ls” using alias. Edit your ~/.bash_profile and add these 2 lines:
#!/bin/bash
alias ls="ls -G"
alias ll="ls -lG"
now you have nice colors: