1
0
Fork 0

fix whitespace to 2 spaces

pull/730/head
mkcode 10 years ago
parent 18cc48000e
commit d5127fae6c

@ -32,9 +32,7 @@ function pj() {
return
fi
done
echo "No such project $1"
}
alias pjo="pj open"
@ -45,7 +43,6 @@ function _pj () {
projects=($PROJECT_PATHS/*)
projects=$projects:t
_arguments '*:file:($projects)'
}
compdef _pj pj

Loading…
Cancel
Save