system changes

This commit is contained in:
jjanzen 2025-03-13 18:17:56 -05:00
parent 58349eb35f
commit 5771ae4219
2 changed files with 6 additions and 5 deletions

View file

@ -317,8 +317,13 @@ Install and configure =eat= as a terminal emulator in Emacs.
(defun jj/eshell-quit-or-delete-char (arg)
(interactive "p")
(if (and (eolp) (looking-back eshell-prompt-regexp))
(eshell-life-is-too-much)
(eshell-life-is-too-much)
(delete-forward-char arg)))
(defun eshell/manage-configs (arg)
(let ((dir (eshell/pwd)))
(eshell/cd "~/.dotfiles")
(compile (concat "make " arg))
(eshell/cd dir)))
:config
(eat-eshell-mode)
(setq eshell-visual-commands '())

View file

@ -18,10 +18,6 @@ Import various scripts useful on my system.
executable = true;
source = ./remove-quarantine;
};
"./.local/bin/manage-system" = {
executable = true;
source = ./manage-system;
};
"./.local/bin/yt-to-rss" = {
executable = true;
source = ./yt-to-rss;