1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-07 11:04:01 +02:00

Setup models and database

This commit is contained in:
Yohann D'ANELLO
2020-09-21 17:53:07 +02:00
parent 7ae31f8a61
commit 21a71f37f8
6 changed files with 598 additions and 7 deletions

6
.bashrc Normal file
View File

@ -0,0 +1,6 @@
PS1='\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
alias ls='ls --color=auto'
alias ll='ls -l'
alias la='ls -A'
alias l='ls -lACF'