Emacs Stuph
This commit is contained in:
parent
2fb0acc5e0
commit
2f4dd68314
4 changed files with 193 additions and 1 deletions
|
|
@ -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*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue