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