From 1394b10658f5059aeb5fa45a2985f4cac97f833d Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 17 Jan 2022 13:45:32 -0600 Subject: So! Many! Changes!! --- eshell/aliases | 4 ++++ eshell/history | 14 ++++++++++++++ eshell/lastdir | 11 +++++++++++ 3 files changed, 29 insertions(+) create mode 100644 eshell/aliases create mode 100644 eshell/history create mode 100644 eshell/lastdir (limited to 'eshell') diff --git a/eshell/aliases b/eshell/aliases new file mode 100644 index 0000000..201e556 --- /dev/null +++ b/eshell/aliases @@ -0,0 +1,4 @@ +alias edit find-file $1 +alias e find-file $1 +alias ff find-file $1 +alias sudo eshell/sudo $* diff --git a/eshell/history b/eshell/history new file mode 100644 index 0000000..67689e1 --- /dev/null +++ b/eshell/history @@ -0,0 +1,14 @@ +cd .emacs.d/.etc/straight/build/org/ +ls +cd ../ +ls +cd ../repos/org/ +ls +find-file .emacs.d/init.el +exit +apt search font +cd +vterm +cat ~/Sync/fonts-debian.txt | sudo xargs apt install +cat ~/Sync/fonts-debian.txt | sudo xargs apt install -y +alias e='find-file $*' diff --git a/eshell/lastdir b/eshell/lastdir new file mode 100644 index 0000000..1549824 --- /dev/null +++ b/eshell/lastdir @@ -0,0 +1,11 @@ +~ +/home/case/.emacs.d/.etc/straight/build/org +/home/case/.emacs.d/.etc/straight/build +/home/case/.emacs.d/.etc/straight/repos/org +/home/case +/home/case/.emacs.d +~/.emacs.d +/home/case/Sync/Click Here Digital +/home/case/Sync +/home/case +/home/case/.emacs.d -- cgit 1.4.1-21-gabe81