Add history alias hy
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 25 Aug 2014 15:12:54 +0000 (11:12 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 24 Nov 2014 13:56:10 +0000 (08:56 -0500)
stage1/create-config-files

index f4c1246..df62799 100755 (executable)
@@ -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'