@ -61,3 +61,10 @@ alias aptin='sudo apt install'
# fun stuff
alias cowls='ls|cowsay|lolcat'
#alias gaycow='cowsay $1|lolcat'
# Trying to make it so Ben doesn't have to email when I try to sudo on Tilde.team
if [ $HOSTNAME == 'tilde' ]
then
alias sudo="echo 'Wrong machine butt head'"
fi
@ -3,7 +3,7 @@
" ***********************************************************
"
call plug#begin('~/.vim/plugged')
Plug 'SirVer/ultisnips'
" Plug 'SirVer/ultisnips'
" Plug 'honza/vim-snippets'
Plug 'preservim/nerdtree' " file manager
Plug 'roxma/nvim-yarp'