diff options
Diffstat (limited to '.config/shell/aliasrc')
-rw-r--r-- | .config/shell/aliasrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index a393bea..eb39dd0 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc | |||
@@ -14,14 +14,14 @@ alias \ | |||
14 | alias \ | 14 | alias \ |
15 | g='git' \ | 15 | g='git' \ |
16 | ga='git add' \ | 16 | ga='git add' \ |
17 | gc='git commit -m' \ | 17 | gc='git commit -e -m' \ |
18 | gd='git diff' \ | 18 | gd='git diff' \ |
19 | gl='git log' \ | 19 | gl='git log' \ |
20 | gp='git push' \ | 20 | gp='git push' \ |
21 | gs='git status' \ | 21 | gs='git status' \ |
22 | gdf='git --git-dir=$HOME/repos/dotfiles/ --work-tree=$HOME' \ | 22 | gdf='git --git-dir=$HOME/repos/dotfiles/ --work-tree=$HOME' \ |
23 | gda='git --git-dir=$HOME/repos/dotfiles/ --work-tree=$HOME add' \ | 23 | gda='git --git-dir=$HOME/repos/dotfiles/ --work-tree=$HOME add' \ |
24 | gdc='git --git-dir=$HOME/repos/dotfiles/ --work-tree=$HOME commit -m' \ | 24 | gdc='git --git-dir=$HOME/repos/dotfiles/ --work-tree=$HOME commit -e -m' \ |
25 | gdd='git --git-dir=$HOME/repos/dotfiles/ --work-tree=$HOME diff' \ | 25 | gdd='git --git-dir=$HOME/repos/dotfiles/ --work-tree=$HOME diff' \ |
26 | gdl='git --git-dir=$HOME/repos/dotfiles/ --work-tree=$HOME log' \ | 26 | gdl='git --git-dir=$HOME/repos/dotfiles/ --work-tree=$HOME log' \ |
27 | gdp='git --git-dir=$HOME/repos/dotfiles/ --work-tree=$HOME push' \ | 27 | gdp='git --git-dir=$HOME/repos/dotfiles/ --work-tree=$HOME push' \ |