Compare commits

...

2 Commits

Author SHA1 Message Date
HelionSmoker
ca000f5fe4
Python ~/ cleanup (#1264) 2023-02-09 14:37:31 +00:00
Luke Smith
a4784f9faa
silent sourcing error if absent 2023-02-09 09:19:49 -05:00
3 changed files with 4 additions and 1 deletions

View File

@ -154,4 +154,4 @@ nnoremap <leader>h :call ToggleHiddenAll()<CR>
" Here leader is ";".
" So ":vs ;cfz" will expand into ":vs /home/<user>/.config/zsh/.zshrc"
" if typed fast without the timeout.
source ~/.config/nvim/shortcuts.vim
silent! source ~/.config/nvim/shortcuts.vim

2
.config/python/pythonrc Normal file
View File

@ -0,0 +1,2 @@
import readline
readline.write_history_file = lambda *args: None

View File

@ -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/"