No auto add path for blog
This commit is contained in:
parent
e1a8fd4822
commit
5cea20ae6f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user