projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49d57f6
)
profiles/default/bsd/fbsd/profile.bashrc: fix typo.
author
Yuta Satoh
<nigoro.dev@gmail.com>
Mon, 29 Feb 2016 14:04:43 +0000
(23:04 +0900)
committer
Yuta Satoh
<nigoro.dev@gmail.com>
Mon, 29 Feb 2016 14:04:43 +0000
(23:04 +0900)
profiles/default/bsd/fbsd/profile.bashrc
patch
|
blob
|
history
diff --git
a/profiles/default/bsd/fbsd/profile.bashrc
b/profiles/default/bsd/fbsd/profile.bashrc
index 6ddf594230b3d6a53dcbec9d2695ca16b523536a..e3a92b63cdbd0ccd216d10b7ff6ec6c700b9de06 100644
(file)
--- a/
profiles/default/bsd/fbsd/profile.bashrc
+++ b/
profiles/default/bsd/fbsd/profile.bashrc
@@
-3,9
+3,9
@@
# $Id$
type -P gmake > /dev/null && alias make=gmake
-type -P gpat
h
> /dev/null && alias patch=gpatch
+type -P gpat
ch
> /dev/null && alias patch=gpatch
type -P gsed > /dev/null && alias sed=gsed
-type -P gaw
s
> /dev/null && alias awk=gawk
+type -P gaw
k
> /dev/null && alias awk=gawk
type -P gfind > /dev/null && alias find=gfind
type -P gxargs > /dev/null && alias xargs=gxargs