From 5791899130d8baaaa117b0edf0e1a3e3f38e1bdc Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 4 Jan 2020 00:33:50 -0500 Subject: Replace gr alias with git reset I haven't been doing much rebasing in a long time and I've caught myself trying to use gr to do reset. --- home/.shrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/.shrc b/home/.shrc index b864018b..26184376 100644 --- a/home/.shrc +++ b/home/.shrc @@ -10,10 +10,9 @@ alias bc='bc -l' alias gs='git status --short --branch || ls' gd='git diff' alias gsh='git show' gl='git log --graph --pretty=log' alias gco='git checkout' gb='git branch' gm='git merge' gst='git stash' -alias ga='git add' gmv='git mv' grm='git rm' +alias ga='git add' gr='git reset' gmv='git mv' grm='git rm' alias gc='git commit' gca='gc --amend' gt='git tag' alias gp='git push' gu='git pull' gf='git fetch' -alias gr='git rebase' gra='gr --abort' grc='gr --continue' grs='gr --skip' alias rand='openssl rand -base64 33' alias private='eval "$(gpg -d ~/.private)"' bman() { ssh ${freebsd:-monday} man "$@" | sh -c "$MANPAGER"; } -- cgit 1.4.1 7'>refs log tree commit diff
path: root/bin/cash/libedit/common.c (unfollow)
Commit message (Collapse)Author
2019-02-07Add mdoc syntax to hiJune McEnroe
2019-02-07Support multi-line C macros in hiJune McEnroe
2019-02-07Detect .mk files as makeJune McEnroe
2019-02-07Add make syntax to hiJune McEnroe
2019-02-07Add IRC output to hiJune McEnroe
2019-02-07Improve C syntax accuracy and add Format classJune McEnroe
2019-02-07Factor out hi checkJune McEnroe
Fix subexpression bounds check and compile pattends.
2019-02-07Add Escape class to hiJune McEnroe
2019-02-07Add Todo class and parent syntax constraintJune McEnroe