mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
parent
f5093f1625
commit
48874294d6
1 changed files with 1 additions and 1 deletions
|
@ -709,7 +709,7 @@ class FishConfigHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def do_save_abbreviation(self, abbreviation):
|
def do_save_abbreviation(self, abbreviation):
|
||||||
out, err = run_fish_cmd('abbr --add -- \'%s %s\'' % (abbreviation['word'], abbreviation['phrase']))
|
out, err = run_fish_cmd('abbr --add \'%s %s\'' % (abbreviation['word'], abbreviation['phrase']))
|
||||||
if err:
|
if err:
|
||||||
return err
|
return err
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue