projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar7: clean up system code, add code to generate firmware images
[openwrt.git]
/
root
/
etc
/
profile
diff --git
a/root/etc/profile
b/root/etc/profile
index
4729abc
..
833ce89
100644
(file)
--- a/
root/etc/profile
+++ b/
root/etc/profile
@@
-1,4
+1,8
@@
#!/bin/sh
[ -f /etc/motd ] && cat /etc/motd
+
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
export PS1='\u@\h:\w\$ '
+
+alias less='more'
+alias vim='vi'
This page took
0.024208 seconds
and
4
git commands to generate.