mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
Disable fish_title in emacs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user