navi/alfred/alfred1.bash
2020-07-10 10:10:38 -03:00

14 lines
228 B
Bash
Executable file

#!/bin/bash
source "${HOME}/.bashrc"
export PATH="/usr/local/bin:$PATH"
_hack() {
sed $'s,\x1b\\[[0-9;]*[a-zA-Z],,g'
}
if [ -n "${snippet:-}" ]; then
navi alfred suggestions | _hack
else
navi alfred start | _hack
fi