Tag: Mac

  • Colours in Mac Terminal

    Colours in Mac Terminal

    One thing I like set on my mac is colours in the terminal when listing directories. This is what the terminal looks like by default: An easy way to do this is to edit your .bash_profile to alias ls to ls -G. Open up a terminal and type: nano ~/.bash_profile Add the line: alias ls=’ls […]