diff options
Diffstat (limited to '')
-rw-r--r-- | 2024/talks/shell.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2024/talks/shell.md b/2024/talks/shell.md index 8642efe1..d848418d 100644 --- a/2024/talks/shell.md +++ b/2024/talks/shell.md @@ -49,7 +49,7 @@ See also these other talks by the same speaker: - atuin is a CLI utility; eshell-atuin is a third party Emacs package. (https://github.com/SqrtMinusOne/eshell-atuin/) - there is also https://github.com/svaante/recall by dape.el-developer with a similar goal - I need to look more into Eshell. Just started using native Emacs on Windows and switched from cmd.exe in shell mode to PowerShell, but it would be nice to have a better shell that I can use both on my home machines and the two work machines that run GNU/Linux that would also work on my work Windows laptop. - - Yes, I saw that's one of the main use cases for ehsell. But on windows, for some reason, git provides a bash shell. https://gitforwindows.org/ + - Yes, I saw that's one of the main use cases for eshell. But on windows, for some reason, git provides a bash shell. https://gitforwindows.org/ - Yes, I was thinking to maybe hook that into shell mode. The advantage of Eshell would be that I would not have to configure shell mode at all and just use the built in functionality of Emacs no matter what system I am on. - Using buffers for input and output is such a killer feature - Do you mean in eshell or more generally in Emacs |