Python ~/ cleanup (#1264)
This commit is contained in:
parent
a4784f9faa
commit
ca000f5fe4
2 changed files with 3 additions and 0 deletions
2
.config/python/pythonrc
Normal file
2
.config/python/pythonrc
Normal file
|
@ -0,0 +1,2 @@
|
|||
import readline
|
||||
readline.write_history_file = lambda *args: None
|
|
@ -40,6 +40,7 @@ export UNISON="$XDG_DATA_HOME/unison"
|
|||
export HISTFILE="$XDG_DATA_HOME/history"
|
||||
export MBSYNCRC="$XDG_CONFIG_HOME/mbsync/config"
|
||||
export ELECTRUMDIR="$XDG_DATA_HOME/electrum"
|
||||
export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/pythonrc"
|
||||
|
||||
# Other program settings:
|
||||
export DICS="/usr/share/stardict/dic/"
|
||||
|
|
Loading…
Reference in a new issue