Initial commit

This commit is contained in:
Lucàs
2025-01-27 22:50:14 +01:00
commit 3fa960acc7
1497 changed files with 46331 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
export LANG=fr_FR.UTF-8
# Load all aliases
if [ -f ~/.zsh_aliases ]; then
source ~/.zsh_aliases
fi
fastfetch
# Init starship
eval "$(starship init zsh)"