summary refs log tree commit diff
path: root/zshenv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove non-emacs configurationFranck Cuny2022-02-021-6/+0
| | | | | Only keep emacs' configuration in this repository. Everything else is moved to the repository with my configuration for linux.
* zsh: add fly to the $PATHFranck Cuny2021-12-201-1/+1
|
* zsh: fly variables are managed by environment.dFranck Cuny2021-11-151-5/+0
|
* zsh: add `fly` to the pathFranck Cuny2021-08-241-0/+5
|
* zsh: some cleanupFranck Cuny2020-12-271-0/+1
|
* [zsh] a few more bits of configurationsFranck Cuny2020-10-011-0/+2
|
* [zsh] add go pathFranck Cuny2020-10-011-1/+1
|
* zsh: simplify configurationFranck Cuny2020-06-231-35/+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-4/+0
| | | | | | This used to work on the previous version of OSX, but not anymore. Cleaning up the configuration too, by dropping commented line.
* [emacs] configuration for whitespace-modeFranck Cuny2019-07-301-8/+12
| | | | | | | with trailing white space highlight on by default, they are highlighted in places i don't care (e.g. mini buffer) and this is distracting. instead, only enable them for the modes i really care about.
* [zsh] small improvement to the promptFranck Cuny2019-07-291-1/+1
|
* [zsh] use `mg` as default editor in the terminalFranck Cuny2019-07-291-1/+1
|
* [zsh] replace bash with zshFranck Cuny2019-06-121-0/+38
| | | | In the next version of OS X, zsh will become the default shell.
* [zsh] clean up zsh config.Franck Cuny2016-03-231-26/+0
| | | | | 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/+22
| | | | | | | Add configuration files, delete bash config files, and update documentation. Closes #22 #19
* [zsh] Add configuration for zshFranck Cuny2016-03-091-0/+7
Basic configuration to start with zsh. Closes #18.