autism
This commit is contained in:
parent
3fba3e9f3e
commit
aedbe148ba
|
@ -8,5 +8,5 @@ if [ $# -eq 1 ] ; then
|
|||
esac
|
||||
else
|
||||
script=$(find ~/.local/bin -type f | sk --preview 'cat {}')
|
||||
[ ! -z "$script" ] && $EDITOR $script || exit 0
|
||||
[ -n "$script" ] && $EDITOR "$script" || exit 0
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue