update .xonshrc
This commit is contained in:
parent
6286ab00f0
commit
246bfc111a
2 changed files with 2 additions and 1 deletions
|
@ -24,3 +24,4 @@ Host telecom
|
|||
Hostname tp-3a101-12.enst.fr
|
||||
ProxyJump proxy-telecom
|
||||
User jmmineau
|
||||
#RemoteCommand "source .xonsh_env/bin/activate && xonsh"
|
||||
|
|
2
.xonshrc
2
.xonshrc
|
@ -16,7 +16,7 @@ $DATA = '/media/me/dataDrive'
|
|||
|
||||
$UPDATE_OS_ENVIRON = True
|
||||
|
||||
$PROMPT = '{env_name}{BOLD_INTENSE_PURPLE}{user}@{hostname}{BOLD_INTENSE_YELLOW} {cwd}{branch_color}{curr_branch: {}}{RESET} {BOLD_INTENSE_YELLOW}{prompt_end}{RESET} '
|
||||
$PROMPT = '{env_name}{BOLD_INTENSE_PURPLE}{user}@{hostname}{BOLD_INTENSE_YELLOW} {cwd}{branch_color}{curr_branch: [{}]}{RESET} {BOLD_INTENSE_YELLOW}{prompt_end}{RESET} '
|
||||
$XONTRIB_SH_SHELLS = ['bash', 'sh']
|
||||
|
||||
if ${...}.get('XDG_CURRENT_DESKTOP', '') != "KDE" and \
|
||||
|
|
Loading…
Reference in a new issue