From 39833bda253917d4a706dbd9828c46b5bbab7f17 Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Thu, 1 Jun 2023 10:02:08 +0100 Subject: [PATCH] Add helpful aliases --- users/tsv/bash_profile | 1 + users/tsv/git/config | 1 + 2 files changed, 2 insertions(+) diff --git a/users/tsv/bash_profile b/users/tsv/bash_profile index b671d25..4768abc 100644 --- a/users/tsv/bash_profile +++ b/users/tsv/bash_profile @@ -27,6 +27,7 @@ alias dockerkill="docker stop `docker ps -a -q`" alias vi="nvim" alias tp="$HOME/bin/tmux_pair.bash" alias tpdf="termpdf.py" +alias tn="tmux new-window -n" # Prompt setup GIT_PS1_SHOWDIRTYSTATE=1 diff --git a/users/tsv/git/config b/users/tsv/git/config index bc369ce..0940fcb 100644 --- a/users/tsv/git/config +++ b/users/tsv/git/config @@ -19,6 +19,7 @@ co = checkout cm = commit cma = commit --amend + g = log --all --grep # Search commit messages hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short last = log -1 HEAD pf = push --force