dotfiles/bashrc

5 lines
77 B
Bash

alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
alias grep='grep --color'