From: mbm Date: Tue, 20 Jul 2004 18:06:24 +0000 (+0000) Subject: add a few aliases that were nagging me X-Git-Tag: fast2504n-3.10.28-merged~25836 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=f40b58fd2c24ebccaceaf1c64073b17192d7f7f3;p=openwrt.git add a few aliases that were nagging me git-svn-id: svn://svn.openwrt.org/openwrt/trunk@108 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/root/etc/profile b/root/etc/profile index cf2194bd83..833ce898ee 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'