aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-09-30 08:22:51 +0200
committerKarel Kočí <cynerd@email.cz>2018-09-30 08:22:51 +0200
commit8d1fe86ad4f4aa7b6169844c407ebf44ea367e68 (patch)
tree88786aabaaff27490918b41c9a38b1e1ce78bd58
parent25303c9f0d24db115523e09220ed337a135bd14e (diff)
downloadmyconfigs-8d1fe86ad4f4aa7b6169844c407ebf44ea367e68.tar.gz
myconfigs-8d1fe86ad4f4aa7b6169844c407ebf44ea367e68.tar.bz2
myconfigs-8d1fe86ad4f4aa7b6169844c407ebf44ea367e68.zip
update PATH and add editorconfig-vim
-rw-r--r--profile2
-rw-r--r--vimrc1
2 files changed, 2 insertions, 1 deletions
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'