Compare commits

..

No commits in common. "db193417c8cf329b2523bfa79441919c0c7992e1" and "a25bf962ffca153541d1206fcde142092d11a94f" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,5 @@
typeset -U PATH path
path=("$HOME/.local/bin" "$HOME/bin" "/opt/sublime_merge" "$path[@]", "$(go env GOPATH)/bin")
path=("$HOME/.local/bin" "$HOME/bin" "/opt/sublime_merge" "$path[@]")
export PATH
# Autocomplètement supplémentaire (Docker)

2
.zshrc
View File

@ -139,8 +139,6 @@ alias pytc='poetry run pytest -vvs --disable-warnings --cov-report=xml:cov.xml'
alias rero="ALIAS=rero /home/od/projets/rerologik/agnes"
# coloration de la commande IP
alias ip='ip -c'
alias k='kubectl'
alias devu="${HOME}/devu42/devu/devu"
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh