Skip to content
Snippets Groups Projects
Commit a87882ae authored by Jan Mach's avatar Jan Mach
Browse files

Alias for quickly sudo su to mentat user.

(Redmine issue: #7041)
parent 302ac9c3
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,7 @@ alias ...='cd ../..'
alias ....='cd ../../..'
alias wd='cd /vagrant/'
alias ve='. /var/mentat/venv/bin/activate'
alias sm='sudo su mentat'
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
......
......@@ -16,4 +16,5 @@ echo ""
echo " Tips:"
echo " Use alias 'wd' to quickly change to project's Work Directory."
echo " Use alias 've' to activate project's virtual environment."
echo " Use alias 'sm' to quickly sudo su change to 'mentat' user."
echo ""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment