Remove eshell configs

I never really use it.
This commit is contained in:
Andreas Zweili 2022-08-31 21:28:25 +02:00
parent f17e802b9c
commit 9d209fef1b
3 changed files with 0 additions and 6 deletions

View File

@ -1 +0,0 @@
alias ls 'ls -1 $1'

View File

@ -104,7 +104,6 @@
};
home.file.".emacs.d/init.el".source = ./emacs.d/init.el;
home.file.".emacs.d/snippets".source = ./emacs.d/snippets;
home.file.".Eshell/alias".source = ./Eshell/alias;
services.emacs = {
enable = true;
client.enable = true;

View File

@ -45,10 +45,6 @@
;; enable mouse support in the terminal
(xterm-mouse-mode 1)
;; Make the tab completion behave like in Bash.
(add-hook 'eshell-mode-hook
(lambda ()
(setq pcomplete-cycle-completions nil)))
;; For better performance use "ssh" instead of "scp"
(setq tramp-default-method "ssh")