Update dot files for neovim

This commit is contained in:
Joey Payne 2019-02-25 12:14:54 -07:00
commit 805ff97a2c
7 changed files with 297 additions and 4 deletions

View file

@ -26,3 +26,5 @@ if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
#xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape'
export PATH="$HOME/.cargo/bin:$PATH"