summary refs log tree commit diff
path: root/emacs/custom/my-eshell.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 🤡Franck Cuny2023-06-011-112/+0
| | | | Change-Id: I06b104d79deac199f9cd9cdae705e333d23cc852
* ref(eshell): not sureFranck Cuny2023-01-311-2/+1
| | | | Change-Id: I42243b671edcdf5765371f0ec8bd38735456a5bd
* ref(eshell): remove unnecessary variablesFranck Cuny2023-01-221-10/+1
| | | | | | Some of the variables where related to eshell-smart, which I don't use. Change-Id: If983883a3275b6f6de58c56105c2fbea1c388c20
* fix(eshell): don't set the color for the promptFranck Cuny2022-11-151-1/+2
| | | | Change-Id: I43a450d0d0c5d109aadcf6dd6961cdf719d49121
* fix(eshell): don't set the foreground colorFranck Cuny2022-11-151-6/+1
| | | | | | Let the theme handle that. Change-Id: I9a1b5ec6d48e0f059a15c8632411204c141ade07
* fix(eshell): use correct functionFranck Cuny2022-11-151-2/+2
| | | | | | `point-at-bol` is deprecated and `pos-bol` is recommended. Change-Id: I2a447ca5832ac52af15cf37708308368bb006cb8
* ref(eshell): remove the function `my/eshell-here'Franck Cuny2022-10-241-17/+0
| | | | | | I prefer to open a shell using project.el. Change-Id: I4b1c533f58955207228e703ca4da567fa89622d9
* fix(eshell): remove two unused functionsFranck Cuny2022-10-241-48/+0
| | | | | | | | | The first one was to track how long commands take to complete. This is not really useful to me at this point. The second one was to open a directory at point. I also don't use this. Change-Id: Ied633354d77947c0017070337b375ced0d7bfe32
* fix(eshell): don't enable eshell's smart modeFranck Cuny2022-10-241-3/+0
| | | | | | | | For reasons I don't understand, performances degrade immediately once an eshell buffer size grows. I find the behavior annoying anyway so let's remove it. Change-Id: Ia5ca2391d1ed11ae4b7c2102131159f0cdfbcb59
* fix(eshell): drop the bookmark moduleFranck Cuny2022-10-241-1/+0
| | | | Change-Id: Iac8a034c54a0232fc227ed5ca235e55db9d96eaa
* feat(eshell): change the prompt to be like fishFranck Cuny2022-06-211-0/+31
| | | | Change-Id: I8cfd546b668035ff3627cd0ac6a2082cd3d2dea8
* further simplificationsFranck Cuny2022-04-281-29/+21
|
* eshell: disable auto-completionFranck Cuny2022-04-161-7/+8
|
* replace avy/counsel with vertico/consultFranck Cuny2022-04-141-2/+0
|
* eshell: fix configurationFranck Cuny2022-03-251-1/+0
|
* this should be the last mass refactorFranck Cuny2022-03-231-89/+31
|
* rename a few more librariesFranck Cuny2022-03-231-0/+232