Merge branch 'master' of github.com:LukeSmithxyz/voidrice
This commit is contained in:
commit
e0331ad0e7
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