Make fish work in ansi-term

This commit is contained in:
doty 2019-03-13 22:08:25 -07:00
parent 39029c23f2
commit 72335ee5a6

View file

@ -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