feat(emacs): Eshell alias ff -> find-file

This commit is contained in:
Madeleine Sydney
2025-04-10 23:45:56 -06:00
parent ba8410a98d
commit bd8b3dff34

View File

@@ -29,6 +29,7 @@ alias jsp jj split $*
alias l ls -alh $*
alias ll ls -l $*
alias ls ls --color=tty $*
alias ff find-file $*
alias pass /nix/store/hqhi6dgl7p16v49ymg2hwkgl844092fb-passage-1.7.4a2/bin/passage $*