使用 Neo4j 官方包,处理查询
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<<APP>> change this variables |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ "x$OH_MY_ZSH_HG" = "x" ]; then | |
OH_MY_ZSH_HG="hg" | |
fi | |
function virtualenv_info { | |
[ $VIRTUAL_ENV ] && echo '('`basename $VIRTUAL_ENV`') ' | |
} | |
function hg_prompt_info { | |
$OH_MY_ZSH_HG prompt --angle-brackets "\ |