diff --git a/bash/bashrc/sources/50_blog b/bash/bashrc/sources/50_blog index 54914e0..c3d8e75 100755 --- a/bash/bashrc/sources/50_blog +++ b/bash/bashrc/sources/50_blog @@ -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