Make fish work in ansi-term
This commit is contained in:
parent
39029c23f2
commit
72335ee5a6
1 changed files with 6 additions and 0 deletions
|
|
@ -11,6 +11,12 @@ if status --is-login
|
||||||
end
|
end
|
||||||
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 EDITOR=ec
|
||||||
# export VISUAL=ec
|
# export VISUAL=ec
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue