From 72335ee5a655c6ef035fceb3d8340e0b53d03cd2 Mon Sep 17 00:00:00 2001 From: doty Date: Wed, 13 Mar 2019 22:08:25 -0700 Subject: [PATCH] Make fish work in ansi-term --- .config/fish/config.fish | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 514f797..9843c93 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -11,6 +11,12 @@ if status --is-login end end +# This is here to make emacs and ansi-term work properly; I'm not *quite* +# sure what it does but it's probably cool. +function fish_title + true +end + # export EDITOR=ec # export VISUAL=ec