ZSHRC: ajout de la commande 'agnes' pour lancer le Wrapper RERO

vif
Olivier DOSSMANN 2020-03-06 10:37:00 +01:00
parent 7ce69c1ed6
commit aa048442d1
1 changed files with 2 additions and 0 deletions

2
.zshrc
View File

@ -134,6 +134,8 @@ alias https='http --verify=no --default-scheme=https'
# pytest
alias pyt='pipenv run pytest -vvs --no-cov --disable-warnings'
alias pytc='pipenv run pytest -vvs --disable-warnings --cov-report=xml:cov.xml'
# projet rero
alias rero='/home/od/rero/logik/agnes'
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh