diff options
author | Karel Kočí <cynerd@email.cz> | 2018-09-20 09:11:54 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-09-20 09:11:54 +0200 |
commit | 6302c4d71eb589a823991b21c02993c63e8b1d0c (patch) | |
tree | 67323dbf65245f34871ac7b8e150911df1d37b82 /profile | |
parent | b77d32ed00ba9149dab0684637b670e4dd20abbf (diff) | |
download | myconfigs-6302c4d71eb589a823991b21c02993c63e8b1d0c.tar.gz myconfigs-6302c4d71eb589a823991b21c02993c63e8b1d0c.tar.bz2 myconfigs-6302c4d71eb589a823991b21c02993c63e8b1d0c.zip |
Update ssh, PATH and vim C linter list
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 +export PATH="~/.local/bin:$PATH:$(ruby -e "print Gem.user_dir")/bin:$HOME/.local/avr/bin" export EDITOR=vim # Rest of the profile run only if login is from linux console |