diff options
author | Sacha Chua <sacha@sachachua.com> | 2024-12-12 09:17:22 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2024-12-12 09:17:22 -0500 |
commit | 6d1d18532c1d0495a1fd42e6f1b2f7d165efe0a2 (patch) | |
tree | 05e947dc4c13b4388bdab23f615f8a016a03f260 /2024/talks/shell.md | |
parent | a9ec91ee6718eea76726b6d11f24d8a950206186 (diff) | |
download | emacsconf-wiki-6d1d18532c1d0495a1fd42e6f1b2f7d165efe0a2.tar.xz emacsconf-wiki-6d1d18532c1d0495a1fd42e6f1b2f7d165efe0a2.zip |
add IRC
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 |