Add Eshell alias for viewing files like with less

See https://howardism.org/Technical/Emacs/eshell-why.html.
This commit is contained in:
Daniel - 2023-01-21 10:49:56 +01:00
parent 95920f8291
commit 91be906e72
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 0 deletions

View File

@ -4,4 +4,5 @@ alias l ls -1
alias ll ls -l $*
alias la ls -al $*
alias d dired-other-window $1
alias less view-file $1
alias ff find-file-other-window $1