updated helper error
This commit is contained in:
parent
3a4e170962
commit
c06f27ce76
@ -45,7 +45,10 @@ _CA__SELECT_BASE_DIR() {
|
||||
done
|
||||
|
||||
echo $CODE_ACTIVATOR__DIRS \
|
||||
| grep $(echo $BASE_NAMES | $_CA__FZF --prompt 'select base directory : ')
|
||||
| grep $(\
|
||||
echo $BASE_NAMES \
|
||||
| sed 's/\s\+/\n/g' \
|
||||
| $_CA__FZF --prompt 'select base directory : ')
|
||||
}
|
||||
|
||||
_CA__GET_REMOTE_TARGET() {
|
||||
|
Loading…
Reference in New Issue
Block a user