commit 1694b355900a6b987f7e175e6317c5f1fb008512
parent 823095aa2b2585ac7a98ad333936a5998664d934
Author: Remy Noulin <loader2x@gmail.com>
Date: Wed, 29 Aug 2018 11:27:54 +0200
add ws for web search and fuller option in git aliases
dotfiles/.bash_aliases | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dotfiles/.bash_aliases b/dotfiles/.bash_aliases
@@ -43,6 +43,7 @@ alias tad="tmux attach -d"
#alias webs="w3m -no-cookie -s -W www.google.com"
alias webs='~/bin/webs.sh'
+alias ws=webs
alias cm="cmatrix -b -u 6 -a -C blue"
alias ifconfig='/sbin/ifconfig'
@@ -70,11 +71,11 @@ alias gd='git diff'
alias gp='git push'
alias gl='git pull'
alias gu='git status'
-alias gg='git log'
+alias gg='git log --pretty=fuller'
alias gh='git gg'
alias gc='git clone'
alias gb='git blame'
-alias gs='git show'
+alias gs='git show --pretty=fuller'
alias gst='git stash'
alias gsta='git stash apply'
alias gr='git branch -D'