X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/998ddaf93f95d855749e07de8625b4e8a47992e2..aba829dc2c441b59162d9114891daadfe059f111:/root/etc/profile 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'