Oliver Albertini
Oliver Albertini
> isn't there already #1239 which looks very similar ? Yes, I saw that after making this one!
Hi @yydzero, thanks for the detailed report and questions. I'll do my best to answer your questions about PXF and how it interacts with HDFS. > Question 1: What metadata...
It's also possible to overwrite the `git_user_info` function from `bash_it`. For example, you can set `BASH_IT_CUSTOM` in `~/.bash_profile` and add code to a file like `${BASH_IT_CUSTOM}/add_user_initials_to_git_prompt.sh`: ``` git_user_info() { SCM_CURRENT_USER=$(git...