Fix control keys under emacs

This commit is contained in:
John Doty 2018-11-06 20:32:14 +00:00
parent c1ad9cd835
commit fb2240002d
3 changed files with 16 additions and 9 deletions

View file

@ -3,6 +3,9 @@ if status --is-login
if test -d ~/devtools/buck/bin
set PATH $PATH ~/devtools/buck/bin
end
if test -d /snap/bin
set PATH $PATH /snap/bin
end
end
# export EDITOR=ec