working in some dotfiles

This commit is contained in:
alisceon 2025-07-22 16:05:07 +02:00
parent e0a0f1f057
commit 1b37d095ff
7 changed files with 184 additions and 9 deletions

4
dotfiles/.xonshrc Normal file
View file

@ -0,0 +1,4 @@
# XONSH WEBCONFIG START
$XONSH_COLOR_STYLE = 'default'
$PROMPT = '{YELLOW}{env_name}{RESET}{BOLD_GREEN}{user}@{hostname}{BOLD_BLUE} {cwd}{branch_color}{curr_branch: {}}{RESET} {RED}{last_return_code_if_nonzero:[{BOLD_INTENSE_RED}{}{RED}] }{RESET}{BOLD_BLUE}{prompt_end}{RESET} '
# XONSH WEBCONFIG END