summary refs log tree commit diff
path: root/zshrc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zsh: gcloud completion is somewhere elseFranck Cuny2022-01-141-6/+0
|
* zsh: update my promptFranck Cuny2021-12-181-1/+23
| | | | | Add the host's name at the beginning of the prompt, with a background color. Also add some information about git at the end of the prompt.
* zsh: use the default promptFranck Cuny2021-10-181-2/+0
|
* zsh: add host's name to the promptFranck Cuny2021-10-141-1/+1
|
* zsh: add settings for `gcloud`Franck Cuny2021-08-241-0/+6
|
* zsh: display completion menuFranck Cuny2021-01-131-0/+4
|
* zsh: some cleanupFranck Cuny2020-12-271-19/+5
|
* [zsh] a few more bits of configurationsFranck Cuny2020-10-011-0/+16
|
* zsh: simplify configurationFranck Cuny2020-06-231-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.
* [zsh] cleanup after migrating to OSX CatalinaFranck Cuny2019-11-231-0/+2
| | | | | | This used to work on the previous version of OSX, but not anymore. Cleaning up the configuration too, by dropping commented line.
* [zsh] replace bash with zshFranck Cuny2019-06-121-0/+23
| | | | In the next version of OS X, zsh will become the default shell.
* [zsh] Remove configuration for zshFranck Cuny2016-05-241-33/+0
| | | | Remove unused documentation and configuration since we're back to bash.
* [zsh] display the last 3 parts of the path.Franck Cuny2016-04-081-1/+1
| | | | It makes it easier to spot where we are.
* [zsh] clean up zsh config.Franck Cuny2016-03-231-4/+19
| | | | | Keep as few files as possible, and document the order this files are loaded in OS X.
* [zsh] replace bash with zsh.Franck Cuny2016-03-121-3/+2
| | | | | | | Add configuration files, delete bash config files, and update documentation. Closes #22 #19
* [zsh] Add configuration for zshFranck Cuny2016-03-091-0/+19
Basic configuration to start with zsh. Closes #18.