Open GolfyMcG opened 8 years ago
Though it is seemingly unrelated, I thought I would add that Ctrl
+ L
is not clearing my console either. I was able to get it to work by editing dotfiles/bashrc
to include this:
bind -x $'"\C-l":clear;'
Might be a sign of a more systemic issue with my system?
Hey Dan!
I'm trying to copy your style because you're mad fly and your dotfiles are causing me woes!
In particular, I'm receiving an error with respect to the RTP and Vundle.vim:
.vimrc
Error when opening Vim
However, when I install Vundle per their README at ~/.vim rather than trying to access it via
~/dotfiles
Execute per the Vundle README:
.vimrc changed to:
It works perfectly!
I feel like I'm missing something obvious...