From: Hugo Villeneuve Date: Mon, 25 Aug 2014 15:12:54 +0000 (-0400) Subject: Add history alias hy X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=1f4099e7754c5522599697e035317a051e9c51ef;p=hvlinux.git Add history alias hy --- diff --git a/stage1/create-config-files b/stage1/create-config-files index f4c1246..df62799 100755 --- a/stage1/create-config-files +++ b/stage1/create-config-files @@ -213,6 +213,8 @@ cat > ${LFS}/etc/skel/.bash_aliases << "EOF" # User specific aliases +alias hy='history' + # GIT aliases alias gra='git rebase --abort' alias grc='git rebase --continue'