export variable for signing commit
This commit is contained in:
parent
21467ece80
commit
bdd2126b3d
1 changed files with 2 additions and 0 deletions
2
.xonshrc
2
.xonshrc
|
@ -17,6 +17,8 @@ $PATH.insert(0, $HOME+'/.gem/ruby/2.7.0/bin')
|
|||
$DATA = '/media/me/dataDrive'
|
||||
$LC_TIME= 'fr_FR.utf8'
|
||||
|
||||
$GPG_TTY=$(tty)
|
||||
|
||||
$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} '
|
||||
|
|
Loading…
Reference in a new issue