summaryrefslogtreecommitdiff
path: root/zshrc (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-12[zsh] replace bash with zshFranck Cuny1-0/+23
In the next version of OS X, zsh will become the default shell.
2016-05-24[zsh] Remove configuration for zshFranck Cuny1-33/+0
Remove unused documentation and configuration since we're back to bash.
2016-04-08[zsh] display the last 3 parts of the path.Franck Cuny1-1/+1
It makes it easier to spot where we are.
2016-03-23[zsh] clean up zsh config.Franck Cuny1-4/+19
Keep as few files as possible, and document the order this files are loaded in OS X.
2016-03-12[zsh] replace bash with zsh.Franck Cuny1-3/+2
Add configuration files, delete bash config files, and update documentation. Closes #22 #19
2016-03-09[zsh] Add configuration for zshFranck Cuny1-0/+19
Basic configuration to start with zsh. Closes #18.