From: Mike Baker Date: Tue, 20 Jul 2004 18:06:24 +0000 (+0000) Subject: add a few aliases that were nagging me X-Git-Tag: reboot~33600 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2d13bb1d62e0a0820523b574c20cd4144909ba9c;p=oweals%2Fopenwrt.git add a few aliases that were nagging me SVN-Revision: 108 --- 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'