mirror of
https://github.com/LucasVbr/dotfiles.git
synced 2026-05-13 17:12:10 +00:00
12 lines
160 B
Bash
12 lines
160 B
Bash
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)"
|