Emacs Stuph

This commit is contained in:
John Doty 2019-03-21 21:06:08 +00:00
parent 2fb0acc5e0
commit 2f4dd68314
4 changed files with 193 additions and 1 deletions

View file

@ -9,6 +9,13 @@ if status --is-login
if test -d ~/.cargo/bin
set PATH $PATH ~/.cargo/bin
end
if test -d ~/.local/bin
set PATH $PATH ~/.local/bin
end
end
function fish_title
true
end
# This is here to make emacs and ansi-term work properly; I'm not *quite*