|
|
@ -25,6 +25,11 @@ alias rm='rm -i' |
|
|
|
# Better ls - lists more information for each file |
|
|
|
# Better ls - lists more information for each file |
|
|
|
alias ll='ls -lh' |
|
|
|
alias ll='ls -lh' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# I use Neovim |
|
|
|
|
|
|
|
if [ -x "$(command -v nvim)" ]; then |
|
|
|
|
|
|
|
alias vim=nvim |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
# Human readable ls for the current directory |
|
|
|
# Human readable ls for the current directory |
|
|
|
if [[ "$OS_TYPE" != "gnu-linux" ]]; then |
|
|
|
if [[ "$OS_TYPE" != "gnu-linux" ]]; then |
|
|
|
# OS X lt |
|
|
|
# OS X lt |
|
|
|