mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 18:43:51 +08:00
7 lines
175 B
Fish
7 lines
175 B
Fish
function fish_title
|
|
# emacs is basically the only term that can't handle it.
|
|
if not set -q INSIDE_EMACS
|
|
echo (status current-command) (__fish_pwd)
|
|
end
|
|
end
|