projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d354718
)
Add history alias hy
author
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 25 Aug 2014 15:12:54 +0000
(11:12 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 24 Nov 2014 13:56:10 +0000
(08:56 -0500)
stage1/create-config-files
patch
|
blob
|
history
diff --git
a/stage1/create-config-files
b/stage1/create-config-files
index
f4c1246
..
df62799
100755
(executable)
--- 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'