initial commit

This commit is contained in:
root
2023-06-12 09:14:09 +02:00
commit b4912f303e
2545 changed files with 209350 additions and 0 deletions

3
mint/sys/etc/profile Normal file
View File

@@ -0,0 +1,3 @@
PS1='\[\e[31m\]\u\[\e[m\]@\[\e[32m\]\h\[\e[m\]:\W\$ '
export PS1
alias ls='ls --color'