summaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2004-07-20 18:06:24 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2004-07-20 18:06:24 +0000
commitf40b58fd2c24ebccaceaf1c64073b17192d7f7f3 (patch)
tree81f4aeebedfeb1ff97317a3d43c6087c43c2e0b4 /root
parent055be4b87581baa649d469930ab3c5aec9acb159 (diff)
add a few aliases that were nagging me
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@108 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'root')
-rw-r--r--root/etc/profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/root/etc/profile b/root/etc/profile
index cf2194bd8..833ce898e 100644
--- 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'