summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2025-06-01 12:40:05 -0700
committerThomas Ulmer <thomasmulmer02@gmail.com>2025-06-01 12:40:05 -0700
commitf40d0e4c5e1ef3ee5b037c06a401bf0c6c55c1b4 (patch)
treed45618632b10fe6a7f3a39ef247ed5cea044a49d /emacs
parentc4539bad5ce3a39862bddad7583ade0bc967b368 (diff)
eshell aliases
Diffstat (limited to 'emacs')
-rw-r--r--emacs/eshell/alias2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/eshell/alias b/emacs/eshell/alias
new file mode 100644
index 0000000..72ec27d
--- /dev/null
+++ b/emacs/eshell/alias
@@ -0,0 +1,2 @@
+alias ll ls -la
+alias gl git log --tree --oneline --color=always