diff --git a/dotfiles/bash/bashrc b/dotfiles/bash/bashrc index 1e008d7..fb24026 100644 --- a/dotfiles/bash/bashrc +++ b/dotfiles/bash/bashrc @@ -82,6 +82,11 @@ alias vim='nvim' # This alias makes the SBCL REPL usable. alias sbcl='rlwrap sbcl' +# Useful git aliases +alias gita='git add' +alias gitap='git add -p' +alias gitc='git commit' + # -------------- END ALIASES --------------#