Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zsh: add fly to the $PATH | Franck Cuny | 2021-12-20 | 1 | -1/+1 |
| | |||||
* | zsh: fly variables are managed by environment.d | Franck Cuny | 2021-11-15 | 1 | -5/+0 |
| | |||||
* | zsh: add `fly` to the path | Franck Cuny | 2021-08-24 | 1 | -0/+5 |
| | |||||
* | zsh: some cleanup | Franck Cuny | 2020-12-27 | 1 | -0/+1 |
| | |||||
* | [zsh] a few more bits of configurations | Franck Cuny | 2020-10-01 | 1 | -0/+2 |
| | |||||
* | [zsh] add go path | Franck Cuny | 2020-10-01 | 1 | -1/+1 |
| | |||||
* | zsh: simplify configuration | Franck Cuny | 2020-06-23 | 1 | -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 Catalina | Franck Cuny | 2019-11-23 | 1 | -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-mode | Franck Cuny | 2019-07-30 | 1 | -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 prompt | Franck Cuny | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | [zsh] use `mg` as default editor in the terminal | Franck Cuny | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | [zsh] replace bash with zsh | Franck Cuny | 2019-06-12 | 1 | -0/+38 |
| | | | | In the next version of OS X, zsh will become the default shell. | ||||
* | [zsh] clean up zsh config. | Franck Cuny | 2016-03-23 | 1 | -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 Cuny | 2016-03-12 | 1 | -3/+22 |
| | | | | | | | Add configuration files, delete bash config files, and update documentation. Closes #22 #19 | ||||
* | [zsh] Add configuration for zsh | Franck Cuny | 2016-03-09 | 1 | -0/+7 |
Basic configuration to start with zsh. Closes #18. |