diff --git a/shell/key-bindings.bash b/shell/key-bindings.bash index 4ff68da..a62d22a 100644 --- a/shell/key-bindings.bash +++ b/shell/key-bindings.bash @@ -1,6 +1,7 @@ __sa__() { sa -c "$READLINE_LINE" -s bash history -s $(sa --history) + READLINE_LINE= } bind -x '"\C-a": __sa__' \ No newline at end of file