From 2059d2eb50d9f03b9c479055231c1ef8b81d1ef6 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Thu, 13 Feb 2020 00:15:57 -0500 Subject: [PATCH] sh: git grep and curljson aliases --- sh/aliases | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sh/aliases b/sh/aliases index 8a3989d..943d965 100644 --- a/sh/aliases +++ b/sh/aliases @@ -31,6 +31,7 @@ alias gb='git branch' alias grb='git rebase' alias grs='git reset' alias gm='git merge' +alias gg='git grep' alias vlg='vim -c "GV"' # 'vim log' of a file # Quick Actions @@ -38,6 +39,7 @@ alias cddv='cd ~/.vim' alias ...='cd ../../..' alias ....='cd ../../../..' alias .....='cd ../../../../..' +alias curljson='curl -H "Content-Type: application/json"' # Lightweight funcs aw() { w3m "https://wiki.archlinux.org/index.php?search=$1"; } -- libgit2 0.28.4