projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa6a0ac
)
add a few aliases that were nagging me
author
Mike Baker
<mbm@openwrt.org>
Tue, 20 Jul 2004 18:06:24 +0000
(18:06 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Tue, 20 Jul 2004 18:06:24 +0000
(18:06 +0000)
SVN-Revision: 108
root/etc/profile
patch
|
blob
|
history
diff --git
a/root/etc/profile
b/root/etc/profile
index cf2194bd83442e5833280c2b5096936f440ce9a9..833ce898ee56f67f2559673a90b0a16162c04550 100644
(file)
--- a/
root/etc/profile
+++ b/
root/etc/profile
@@
-3,3
+3,6
@@
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
export PS1='\u@\h:\w\$ '
+
+alias less='more'
+alias vim='vi'