master
Raw Download raw file
 1# OKAY I lied, there are a few other bash-isms in here
 2
 3# never nano
 4export EDITOR=vim
 5
 6alias ls='ls --color'
 7alias ll='ls -l --color'
 8alias ipa='ip addr'
 9alias k="ssh-add -l"
10alias vim="nvim"