Index
dotfiles
/
34e00de
My personal dotfiles for Debian/Ubuntu.
Download
|
Refs
|
Commit Log
|
Files
Latest Commit
{#}
Time
Hash
Subject
Author
#
(+)
(-)
GPG?
46
29 May 2022 21:01
98d98a1
Add .xonsh_aliases
Josh Stockin
1
3
0
G
Blob @
dotfiles
/
.xonshrc
text/plain
268 bytes
download 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
#
5
if p"$HOME/.xonsh_aliases".exists():
6
source $HOME/.xonsh_aliases
7