dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit bb61865033c691fda0855ee3556140be07511f90 (patch)
parent a8b7abb2c4ac356a7378af618dc9e6768aa1e191
Author: Alexander Karle <akarle@umass.edu>
Date:   Sun, 19 Aug 2018 15:11:31 -0400

[bash] update git aliases

Diffstat:
Mbash/aliases | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/bash/aliases b/bash/aliases @@ -17,11 +17,14 @@ alias ga='git add' alias gc='git commit --verbose' alias gd='git diff' alias gp='git push' +alias gs='git status' alias gst='git status' alias gl='git pull' alias gco='git checkout' alias gf='git fetch' alias glg='git log --stat' +alias g_='git stash' +alias g_p='git stash pop' # Alias vim / vi to nvim if there if [ -x "$(command -v nvim)" ]; then