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 /profile | |
parent | 25303c9f0d24db115523e09220ed337a135bd14e (diff) | |
download | myconfigs-8d1fe86ad4f4aa7b6169844c407ebf44ea367e68.tar.gz myconfigs-8d1fe86ad4f4aa7b6169844c407ebf44ea367e68.tar.bz2 myconfigs-8d1fe86ad4f4aa7b6169844c407ebf44ea367e68.zip |
update PATH and add editorconfig-vim
Diffstat (limited to 'profile')
-rw-r--r-- | profile | 2 |
1 files changed, 1 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 |