mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 01:17:45 +00:00
6 lines
175 B
Fish
6 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
|