Tenigas' technology blog

  • Desktop
  • Linux
  • Server
  • Synology
  • VCS

Configuring the macOS shell

Published: Sa 18 Dezember 2021
By tenigas

In Desktop.

tags: macOS Shell

Translations: de

Since version 10.15 zsh is the default shell in macOS. The configuration file for zshis .zprofile.

Colouring ls

Using the following aliases lsget coloured. Also a common default alias for detailed file listings is added.

echo "alias ls='ls --color'" >> ~/.zprofile
echo "alias ll='ls -l --color'" >> ~/.zprofile
Proudly powered by Pelican, which takes great advantage of Python.

The theme is by Smashing Magazine, thanks!