diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-06-09 14:29:31 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-06-09 14:29:31 -0700 |
| commit | 97222a53e87d95f48526f6c1eca284f38970dfbf (patch) | |
| tree | f037cf6239809f93df8f7fb975ea548334520a7b /emacs/eshell | |
| parent | 04abf81f07af7212ff82e0387763bf80cbb687dd (diff) | |
alias and prevent startup warning
Diffstat (limited to 'emacs/eshell')
| -rw-r--r-- | emacs/eshell/alias | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/eshell/alias b/emacs/eshell/alias index cf144b6..d8b28c3 100644 --- a/emacs/eshell/alias +++ b/emacs/eshell/alias @@ -1,2 +1,3 @@ -alias ll ls -la +alias ff find-file $1 alias gl git log --graph --all --oneline +alias ll ls -la $* |
