Première grosse initialisation

This commit is contained in:
2019-10-03 23:28:01 +02:00
parent 534379a323
commit be3ea7d62c
34 changed files with 3729 additions and 0 deletions

8
.zshenv Normal file
View File

@ -0,0 +1,8 @@
typeset -U PATH path
path=("$HOME/.local/bin" "$HOME/bin" "$path[@]")
export PATH
# Autocomplètement supplémentaire (Docker)
if [ -d "$HOME/.zsh/completion" ] ; then
fpath=(~/.zsh/completion $fpath)
fi