diff options
Diffstat (limited to 'emacs/custom')
-rw-r--r-- | emacs/custom/fcuny-eshell.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-eshell.el b/emacs/custom/fcuny-eshell.el index 6bcef86..0476b2f 100644 --- a/emacs/custom/fcuny-eshell.el +++ b/emacs/custom/fcuny-eshell.el @@ -58,6 +58,8 @@ (progn (goto-char (point-max)) (insert (concat "cd " path)) + (eshell-send-input) + (insert (concat "ls -l")) (eshell-send-input)) (find-file path))) |