1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2025-10-03 16:50:15 +02:00

Récupération de la position

This commit is contained in:
Geoffrey Frogeye 2018-04-04 16:17:13 +02:00
parent befacfdc78
commit b8f6d1e0bd
22 changed files with 505 additions and 216 deletions

View file

@ -7,7 +7,7 @@ alias mv="mv -i"
alias free='free -m'
alias df='df -h'
export PS1="[\u@\h \$] "
export PS1="[\u@\h \W] "
export PS2="> "
export PS3="+ "
export PS4="- "