rpi-4: add 'l' and 'la' aliases to /etc/profile

This commit is contained in:
Mads Meisner-Jensen
2021-09-25 15:07:55 +02:00
parent 49e1354e67
commit c800e22b9c
2 changed files with 11 additions and 1 deletions

View File

@@ -1,10 +1,11 @@
#!/bin/sh
# Read all about UCI defaults at
# https://openwrt.org/docs/guide-developer/uci-defaults)
# https://openwrt.org/docs/guide-developer/uci-defaults
# Note that scripts in /etc/uci-defaults will get executed at *every* first
# boot (i.e. after both factory install as well as upgrades),
# possibly overwriting already existing values!
# scripts in this dir should *not* be executable
exit 0