# Created by newuser for 5.3.1
alias vim="nvim -u ~/.nvimrc"

function cd()
{
    builtin cd $1
    ls
}
