diff options
author | Karel Kočí <cynerd@email.cz> | 2018-09-30 08:22:51 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-09-30 08:22:51 +0200 |
commit | 8d1fe86ad4f4aa7b6169844c407ebf44ea367e68 (patch) | |
tree | 88786aabaaff27490918b41c9a38b1e1ce78bd58 | |
parent | 25303c9f0d24db115523e09220ed337a135bd14e (diff) | |
download | myconfigs-8d1fe86ad4f4aa7b6169844c407ebf44ea367e68.tar.gz myconfigs-8d1fe86ad4f4aa7b6169844c407ebf44ea367e68.tar.bz2 myconfigs-8d1fe86ad4f4aa7b6169844c407ebf44ea367e68.zip |
update PATH and add editorconfig-vim
-rw-r--r-- | profile | 2 | ||||
-rw-r--r-- | vimrc | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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 @@ -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' |