Skip to content

Commit

Permalink
Add systemctl alias
Browse files Browse the repository at this point in the history
  • Loading branch information
qu35t-code committed Feb 9, 2024
1 parent f449bd1 commit 4bca368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/assets/shells/aliases.d/_init
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ alias urldecode='python -c "import sys, urllib as ul; print ul.unquote_plus(sys.
alias sed-empty-line='sed /^$/d'
alias http-put-server='python3 /opt/resources/linux/http-put-server.py --bind 0.0.0.0'
alias ws='cd /workspace'
alias systemctl="echo 'Systemctl cannot be used inside the container. Please use the \"service\" command instead.' && false"

0 comments on commit 4bca368

Please sign in to comment.