diff --git a/.bashrc b/.bashrc index cf70f47..15e6cc0 100644 --- a/.bashrc +++ b/.bashrc @@ -1 +1,19 @@ +# .bashrc + +# User specific aliases and functions + +alias rm='rm -i' +alias cp='cp -i' +alias mv='mv -i' + +# Source global definitions +if [ -f /etc/bashrc ]; then + . /etc/bashrc +fi + +if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then + GIT_PROMPT_ONLY_IN_REPO=1 + source $HOME/.bash-git-prompt/gitprompt.sh +fi + [ -f ~/.fzf.bash ] && source ~/.fzf.bash