summaryrefslogtreecommitdiff
path: root/emacs/custom/fcuny-eshell.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-22eshell: make flymake happyFranck Cuny1-15/+33
2022-01-21eshell: run `ls -l` after entering a directoryFranck Cuny1-0/+2
2021-12-18eshell: add the host's name in the promptFranck Cuny1-2/+3
The name of the host is added at the beginning of the prompt, and a background color is set to make it obvious.
2021-11-29emacs: try to fix promptFranck Cuny1-3/+3
2021-10-27emacs: split horizontally to create eshell bufferFranck Cuny1-3/+2
2021-10-27eshell: open file at pointFranck Cuny1-1/+22
Add a function to open the file at point. In an eshell session, I can then move the cursor to a file or a directory, and call `fcuny/eshell-open-file-at-point`: for a file, a new buffer is open, if it's a directory, we're changing the working directory to the given path. Bind the function to "C-o" in eshell.
2021-10-20emacs: add alias for ls -lFranck Cuny1-0/+1
2021-10-18emacs: start a shell when configuration is loadedFranck Cuny1-0/+6
Once the initialization of our configuration is done, we start a shell session with `eshell'.
2021-10-17emacs: set eshell-prompt-regexpFranck Cuny1-0/+1
Otherwise the shell freeze every now and then.
2021-10-17emacs: different prompt when on a remote hostFranck Cuny1-3/+7
Replace the prompt with `@<hostname>' when our current eshell path is on a remote host.
2021-10-17emacs: add binding for counsel-esh-historyFranck Cuny1-1/+2
The default one is not working, and I don't think it's obvious to me what it was anyway.
2021-10-17emacs: custom prompt for eshellFranck Cuny1-0/+33
2021-10-17emacs: add function to export eshell outputFranck Cuny1-1/+32
Add a new function (and a new binding) to export the latest output from eshell to a buffer. The code comes from https://gitlab.com/protesilaos/dotfiles/-/blob/master/emacs/.emacs.d/prot-lisp/prot-eshell.el#L114
2021-10-17emacs: set `eshell-cd-on-directory` to trueFranck Cuny1-0/+1
2021-10-17emacs: add a few more aliases to eshellFranck Cuny1-1/+8
2021-10-17emacs: be explicit about eshell modules we loadFranck Cuny1-4/+26
2021-09-24emacs: some eshell tweaksFranck Cuny1-3/+7
2021-09-24emacs: add package eshell-bookmarkFranck Cuny1-0/+6
2021-08-05emacs: rename eshell bufferFranck Cuny1-1/+6
When creating a new buffer for eshell with `fcuny/eshell-here` rename the buffer using parts of the directory.
2021-08-05emacs: eshell smart displayFranck Cuny1-1/+9
From https://www.masteringemacs.org/article/complete-guide-mastering-eshell
2021-08-05emacs: track command's execution time in eshellFranck Cuny1-29/+50
With zsh I report how long a command takes to execute when it takes more than a few seconds, and it's pretty useful. This article [1] shows how to do the same with eshell. [1] https://www.birkey.co/2021-06-20-why-eshell-part-1.html
2021-02-16emacs: eshell aliasFranck Cuny1-1/+1
2021-01-04emacs: rename the directoryFranck Cuny1-0/+0
2019-09-27[emacs] add new alias for eshell (git status)Franck Cuny1-0/+1
open a magit-status buffer when running `gs`.
2019-08-29[emacs] giving a try to eshellFranck Cuny1-0/+38