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

10 lines
168 B
Bash
Executable file

#!/bin/bash
source "${HOME}/.bashrc"
export PATH="/usr/local/bin:$PATH"
if [ -n "${snippet:-}" ]; then
echo -n "$(navi alfred check)"
else
echo -n "__start"
fi