Index

dotfiles / 6a2f9f1

My personal dotfiles for Debian/Ubuntu.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
5605 Jan 2023 10:406a2f9f1Use source-bash instead of source for ESP-IDFJosh Stockin111G

Blob @ dotfiles / .xonshrc

text/plain359 bytesdownload raw
1# XONSH WEBCONFIG START
2$PROMPT = '{env_name}{WHITE}[{BOLD_GREEN}{user}@{hostname}{BOLD_BLUE} {cwd}{branch_color}{curr_branch: ({})}{RESET}{INTENSE_WHITE}]{prompt_end}{RESET} '
3# XONSH WEBCONFIG END
4#
5if p"$HOME/.xonsh_aliases".exists():
6 source $HOME/.xonsh_aliases
7
8if p"$HOME/esp/esp-idf/export.sh".exists():
9 source-bash $HOME/esp/esp-idf/export.sh
10