You've already forked inshellisense
mirror of
https://github.com/wavetermdev/inshellisense.git
synced 2026-04-22 15:25:33 -07:00
376bbea088
Signed-off-by: Chapman Pendery <cpendery@vt.edu>
7 lines
123 B
Bash
7 lines
123 B
Bash
__sa__() {
|
|
sa -c "$READLINE_LINE" -s bash
|
|
history -s $(sa --history)
|
|
READLINE_LINE=
|
|
}
|
|
|
|
bind -x '"\C-a": __sa__' |