diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-07-20 18:06:24 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-07-20 18:06:24 +0000 |
commit | f40b58fd2c24ebccaceaf1c64073b17192d7f7f3 (patch) | |
tree | 81f4aeebedfeb1ff97317a3d43c6087c43c2e0b4 /root/etc | |
parent | 055be4b87581baa649d469930ab3c5aec9acb159 (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/etc')
-rw-r--r-- | root/etc/profile | 3 |
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' |