summaryrefslogtreecommitdiff
path: root/zshrc (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-18zsh: use the default promptFranck Cuny1-2/+0
2021-10-14zsh: add host's name to the promptFranck Cuny1-1/+1
2021-08-24zsh: add settings for `gcloud`Franck Cuny1-0/+6
2021-01-13zsh: display completion menuFranck Cuny1-0/+4
2020-12-27zsh: some cleanupFranck Cuny1-19/+5
2020-10-01[zsh] a few more bits of configurationsFranck Cuny1-0/+16
2020-06-23zsh: simplify configurationFranck Cuny1-4/+0
there's a lot of stuff I've no idea what they are for and if I need them, so let's drop and see what breaks.
2019-11-23[zsh] cleanup after migrating to OSX CatalinaFranck Cuny1-0/+2
This used to work on the previous version of OSX, but not anymore. Cleaning up the configuration too, by dropping commented line.
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.