diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-07-03 09:59:03 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-07-03 09:59:03 -0700 |
| commit | 5a7627eccaea6389def66a5e87a36664ff43986f (patch) | |
| tree | 02b48f61e6c95963ba259acb90f77b292703779e /emacs/eshell | |
| parent | e4e2c29e3e458399ca8a1705e1115272fa703cd8 (diff) | |
ocaml config and some other small fixes
Diffstat (limited to 'emacs/eshell')
| -rw-r--r-- | emacs/eshell/alias | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emacs/eshell/alias b/emacs/eshell/alias index d8b28c3..f52e140 100644 --- a/emacs/eshell/alias +++ b/emacs/eshell/alias @@ -1,3 +1,4 @@ -alias ff find-file $1 -alias gl git log --graph --all --oneline +alias gs git status alias ll ls -la $* +alias gl git log --graph --all --oneline +alias ff find-file $1 |
