Axel Braun 2021-04-22 13:52:06 +00:00 committed by Git OBS Bridge
parent 78a31320d4
commit 5862031ce7

View File

@ -156,9 +156,9 @@ rmdir backend
#Write environment changes to /etc/bash.bashrc.local
cat > /etc/bash.bashrc.local << "EOF"
alias cdlogs='cd /var/log/tryton'
alias cdexe='cd $(rpm --eval '%python3_sitelib')/site-packages/trytond'
alias cdexe='cd %python3_sitelib/trytond'
alias cdconf='cd /etc/tryton'
alias cdmods='cd $(rpm --eval '%python3_sitelib')/site-packages/trytond/modules'
alias cdmods='cd %python3_sitelib/trytond/modules'
alias editconf='${EDITOR} /etc/tryton/trytond.conf'
alias cdutil='cd /usr/bin'
export EDITOR=nano