No auto add path for blog

This commit is contained in:
斟酌 鵬兄 2017-04-21 16:48:07 +08:00
parent e1a8fd4822
commit 5cea20ae6f

View File

@ -1,13 +1,7 @@
#!/bin/bash
if [[ ! -d ~/wconv/native/bin ]]; then
return 1
fi
export PATH=$PATH:~/wconv/native/bin/
function blog () {
if [[ -z 'command -v cj' ]]; then
if [[ -z `command -v cj` ]]; then
echo "Cannot find cj"
return 1
fi