mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-03-10 13:47:27 +08:00
6 lines
112 B
Fish
6 lines
112 B
Fish
![]() |
function efile
|
||
|
set -l cmd '(buffer-file-name (window-buffer))'
|
||
|
|
||
|
__launch_emacs --eval $cmd | tr -d '\"'
|
||
|
end
|