(Emacs/eshell)~new aliases

This commit is contained in:
2024-06-11 01:22:10 +01:00
parent 830f288423
commit 810ea252ed

View File

@@ -1,5 +1,8 @@
alias p~ project-root
alias gt goto
alias fw find-file-other-window $1
alias ft find-file-other-tab $1
alias ff find-file $1
alias gs magit-status
alias clear clear-scrollback
alias d dired $1
alias ff find-file-other-window $1
alias d dired-other-window $1
alias gt goto
alias p~ project-root