diff options
Diffstat (limited to 'eshell/history')
-rw-r--r-- | eshell/history | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/eshell/history b/eshell/history new file mode 100644 index 0000000..67689e1 --- /dev/null +++ b/eshell/history | |||
@@ -0,0 +1,14 @@ | |||
1 | cd .emacs.d/.etc/straight/build/org/ | ||
2 | ls | ||
3 | cd ../ | ||
4 | ls | ||
5 | cd ../repos/org/ | ||
6 | ls | ||
7 | find-file .emacs.d/init.el | ||
8 | exit | ||
9 | apt search font | ||
10 | cd | ||
11 | vterm | ||
12 | cat ~/Sync/fonts-debian.txt | sudo xargs apt install | ||
13 | cat ~/Sync/fonts-debian.txt | sudo xargs apt install -y | ||
14 | alias e='find-file $*' | ||