summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2004-07-20 18:06:24 +0000
committerMike Baker <mbm@openwrt.org>2004-07-20 18:06:24 +0000
commit2d13bb1d62e0a0820523b574c20cd4144909ba9c (patch)
tree81f4aeebedfeb1ff97317a3d43c6087c43c2e0b4
parentaa6a0accebccba37274db1fd85d970b9fa7dd9f6 (diff)
downloadmtk-20170518-2d13bb1d62e0a0820523b574c20cd4144909ba9c.zip
mtk-20170518-2d13bb1d62e0a0820523b574c20cd4144909ba9c.tar.gz
mtk-20170518-2d13bb1d62e0a0820523b574c20cd4144909ba9c.tar.bz2
add a few aliases that were nagging me
SVN-Revision: 108
-rw-r--r--root/etc/profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/root/etc/profile b/root/etc/profile
index cf2194b..833ce89 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'