Archived
1
0
Fork 0
This repository has been archived on 2024-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
padavan-luna/patches/ls_lh.patch

11 lines
285 B
Diff
Raw Normal View History

2023-06-10 16:17:16 +02:00
diff --git a/trunk/user/scripts/profile b/trunk/user/scripts/profile
index 54cf6f7d25..7e48e1fc40 100755
--- a/trunk/user/scripts/profile
+++ b/trunk/user/scripts/profile
@@ -12,4 +12,5 @@ if [ "$PS1" ] ; then
fi;
+alias ls='ls -lh'
[ -r /opt/etc/profile ] && . /opt/etc/profile