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

21 lines
466 B
Markdown
Raw Normal View History

2010-02-17 12:27:01 +00:00
-----
isHidden: false
menupriority: 1
kind: article
created_at: 2010-01-04T12:31:47+02:00
2010-02-17 12:27:01 +00:00
title: Change default shell on Mac OS X
2010-05-09 12:53:46 +00:00
author_name: Yann Esposito
author_uri: yannesposito.com
2010-02-17 12:27:01 +00:00
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-04-15 09:45:50 +00:00
<div><code class="zsh">
2010-02-17 12:27:01 +00:00
> chsh
2010-04-15 09:45:50 +00:00
</code></div>