first commit - moved from local dev to git

This commit is contained in:
firebee
2022-10-02 10:09:40 +02:00
commit bbb3ef9333
1861 changed files with 167960 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'