This commit is contained in:
Marc Beninca 2024-11-18 15:33:10 +01:00
parent dcc82f1cf7
commit baa163b5b2
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

5
sh/alias/clear.sh Normal file
View file

@ -0,0 +1,5 @@
# clear terminal
c() {
clear \
"${@}"
}