Commit Graph

5 Commits

Author SHA1 Message Date
ab7988f1b6
[Fish] update `remove' abbreviation 2021-04-01 23:15:15 +02:00
c46fcd3db7
[Emacs] Move Eshell functions to aliases
Many Eshell functions do not need to be declared as such and can do just
fine as Eshell aliases. This commit moves all these functions to the
'eshell-alias' file
2020-12-02 17:33:00 +01:00
118eadb58a
[Emacs] Add rsync alias to eshell 2020-10-29 16:55:20 +01:00
45a5db0f0d
[Emacs] Update eshell aliases
Some checks failed
continuous-integration/drone/push Build is failing
Update eshell aliases

I should replace this file later with some Elisp code in the user init
to read aliases from Fish abbreviations.

Something good would be to try to write some Elisp code to emulate Fish
abbreviations, but I have to find what hook or function is called when a
new character is entered in the shell that triggers autocompletion. Code
in this package might help:
https://github.com/szermatt/emacs-bash-completion
2020-10-25 11:26:42 +01:00
035594be8a
Added files that were lost during previous commits 2020-02-15 22:21:53 +01:00