From 8d1fe86ad4f4aa7b6169844c407ebf44ea367e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 30 Sep 2018 08:22:51 +0200 Subject: update PATH and add editorconfig-vim --- profile | 2 +- vimrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/profile b/profile index 896818a..6c2dcd6 100644 --- a/profile +++ b/profile @@ -1,5 +1,5 @@ # First global user configuration -export PATH="~/.local/bin:$PATH:$(ruby -e "print Gem.user_dir")/bin:$HOME/.local/avr/bin" +export PATH="$HOME/.local/bin:$PATH" export EDITOR=vim # Rest of the profile run only if login is from linux console diff --git a/vimrc b/vimrc index b439332..544e18d 100644 --- a/vimrc +++ b/vimrc @@ -25,6 +25,7 @@ Plugin 'tpope/vim-surround' Plugin 'tpope/vim-repeat' Plugin 'dhruvasagar/vim-table-mode' " Syntax +Plugin 'editorconfig/editorconfig-vim' Plugin 'vim-scripts/iptables' Plugin 'neomutt/neomutt.vim' Plugin 'sirtaj/vim-openscad' -- cgit v1.2.3