diff options
| author | Mike Baker <mbm@openwrt.org> | 2004-07-20 18:06:24 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2004-07-20 18:06:24 +0000 |
| commit | f37c1d9b2a17c5862eda0d4b26b6d8743f2928d0 (patch) | |
| tree | 81f4aeebedfeb1ff97317a3d43c6087c43c2e0b4 /root | |
| parent | b11b229f4c180a57331ba867fb6f1571d08679bd (diff) | |
| download | upstream-f37c1d9b2a17c5862eda0d4b26b6d8743f2928d0.tar.gz upstream-f37c1d9b2a17c5862eda0d4b26b6d8743f2928d0.tar.bz2 upstream-f37c1d9b2a17c5862eda0d4b26b6d8743f2928d0.zip | |
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/profile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/root/etc/profile b/root/etc/profile index cf2194bd834..833ce898ee5 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' |
