mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
Compare commits
2 Commits
54c46c523b
...
ca000f5fe4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca000f5fe4 | ||
|
|
a4784f9faa |
@ -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
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…
x
Reference in New Issue
Block a user