projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3f2dd1
)
check if vim exist, report bye datenmaulwurf
author
Waldemar Brodkorb
<wbx@openwrt.org>
Mon, 10 Apr 2006 21:54:19 +0000
(21:54 +0000)
committer
Waldemar Brodkorb
<wbx@openwrt.org>
Mon, 10 Apr 2006 21:54:19 +0000
(21:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3611
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/default/etc/profile
patch
|
blob
|
history
diff --git
a/package/base-files/default/etc/profile
b/package/base-files/default/etc/profile
index
e3abe69
..
c42ee4a
100644
(file)
--- a/
package/base-files/default/etc/profile
+++ b/
package/base-files/default/etc/profile
@@
-5,7
+5,7
@@
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
export PS1='\u@\h:\w\$ '
[ -x /usr/bin/less ] || alias less=more
-alias vim=vi
+
[ -x /usr/bin/vim ] ||
alias vim=vi
arp() { cat /proc/net/arp; }
ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }