Skip to content

Instantly share code, notes, and snippets.

@skramm
skramm / bashrc
Created February 4, 2026 16:22
Personnalisation bashrc
# personnalisation .bashrc
ville=Rouen
echo -e "\e[0;32m -kernel:\e[m $(uname -r)"
echo -e "\e[0;32m -distribution:\e[m"
lsb_release -a | tail -3
echo -e "\e[0;32m -disque:\n\e[m $(df -h /dev/sda1)"
echo -e "\e[0;32m -RAM:\e[m"