diff --git a/.bashrc b/.bashrc index 402620f..12b1380 100755 --- a/.bashrc +++ b/.bashrc @@ -75,4 +75,7 @@ alias l='ls -l' alias ll='ls -al' test -f ~/dotfiles/.bash_aliases && source ~/dotfiles/.bash_aliases + +# RUST env https://www.rust-lang.org/fr-FR/ +test -f $HOME/.cargo/env && source $HOME/.cargo/env # end .bashrc diff --git a/.vimrc_vundle b/.vimrc_vundle index a934fac..b1b8778 100755 --- a/.vimrc_vundle +++ b/.vimrc_vundle @@ -22,6 +22,10 @@ Plugin 'ctrlpvim/ctrlp.vim' Plugin 'surround.vim' Plugin 'ciscoacl.vim' + +" language +Plugin 'rust-lang/rust.vim' + " All of your Plugins must be added before the following line call vundle#end() " required filetype plugin indent on " required