Updated
This commit is contained in:
parent
1ffb7e3f5d
commit
3a71afc212
2 changed files with 5 additions and 1 deletions
4
.zshrc
4
.zshrc
|
|
@ -136,6 +136,10 @@ alias syss="systemctl status"
|
|||
alias syse="sudo systemctl enable --now"
|
||||
alias sysr="sudo systemctl restart"
|
||||
alias sysl="systemctl list-units --type=service --state=running"
|
||||
alias sysdr="systemctl daemon-reload"
|
||||
|
||||
alias openweb="DATA_DIR=~/.open-webui uvx --python 3.11 open-webui@latest serve"
|
||||
alias comfy="cd /home/patrick/Documents/Github/ComfyUI && python main.py"
|
||||
|
||||
# Void
|
||||
# alias rb="sudo reboot"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue