diff options
author | Félix Sipma <gueux@gueux.org> | 2014-10-29 16:05:01 +0100 |
---|---|---|
committer | Félix Sipma <gueux@gueux.org> | 2014-10-29 16:05:01 +0100 |
commit | 7eef556325a9336359635a560225ff75eaa42430 (patch) | |
tree | 0edf7135cba33c44835b688fa67ac1b60e3e0968 | |
parent | 789ec043e391099b8d0ab3b4b7d1832e14df2de2 (diff) |
bazaar
-rw-r--r-- | .bash_profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index d29acc5..dd5033f 100644 --- a/.bash_profile +++ b/.bash_profile @@ -101,6 +101,8 @@ export XAUTHORITY="$XDG_CACHE_HOME/X11/Xauthority" export LEDGER_FILE="$HOME/manonfelix-annex/comptes.journal" +export BZR_LOG="$XDG_DATA_HOME/bazaar/bzr.log" + export EDITOR="vim" export VISUAL="vim" |