scratch/content/html/en/blog/2010-01-04-Change-default-shell-on-Mac-OS-X.md

28 lines
580 B
Markdown
Raw Normal View History

2010-02-17 12:27:01 +00:00
-----
# Custom
isHidden: false
menupriority: 1
kind: article
date: 2010-01-04T12:31:47+02:00
title: Change default shell on Mac OS X
multiTitle:
fr: Changer le shell par défaut sous Mac OS X
en: Change default shell on Mac OS X
multiDescription:
fr: pas de description.
en: no description.
tags:
- Apple
- Mac
- OS X
-----
I just found a way to change the default shell on Mac OS X. This note is mostly for me, but somebody else should find it useful. Just launch the following command:
2010-03-12 14:37:42 +00:00
<code class="zsh">
2010-02-17 12:27:01 +00:00
> chsh
2010-03-12 14:37:42 +00:00
</code>