mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Disable fish_title in emacs
This commit is contained in:
parent
8a8b2513b5
commit
cc205a134b
@ -1,3 +1,6 @@
|
||||
function fish_title
|
||||
echo (status current-command) (__fish_pwd)
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user