export EDITOR=nvim
export VISUAL=nvim 

xset r rate 200 30

alias nets='sudo netstat -tulpn' # show listening ports
alias bear='bear --append'
alias make='bear -- make' # compile with bear
alias linlim="grep -n '.\{80\}'" # filter lines with >80 characters
alias sndrmt="rsync -r --progress --ignore-existing " # default sync flags
