mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Formatted properly
This commit is contained in:
parent
8cc9fc6c77
commit
90f316e058
1 changed files with 2 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ fi
|
|||
##
|
||||
|
||||
# penpot {run|stop|update|help} alias function
|
||||
penpot() {
|
||||
function penpot() {
|
||||
case "$1" in
|
||||
run)
|
||||
sudo docker compose -p penpot -f ~/Documents/tools/penpot/docker-compose.yaml up -d >/dev/null 2>&1
|
||||
|
|
@ -69,6 +69,7 @@ penpot() {
|
|||
;;
|
||||
help)
|
||||
xdg-open "https://help.penpot.app/"
|
||||
echo "Opened penpot help page in your browser."
|
||||
;;
|
||||
*)
|
||||
echo "Usage: penpot {run|stop|update|help}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue