mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Compare commits
No commits in common. "ca000f5fe458ec45c38eacfe767e27d2422e9114" and "54c46c523bfedec1faf799e25a945953117a5d6b" have entirely different histories.
ca000f5fe4
...
54c46c523b
@ -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.
|
||||
silent! source ~/.config/nvim/shortcuts.vim
|
||||
source ~/.config/nvim/shortcuts.vim
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
import readline
|
||||
readline.write_history_file = lambda *args: None
|
||||
@ -40,7 +40,6 @@ 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