5 lines
262 B
Text
5 lines
262 B
Text
alias ctllist="systemctl --type=service"
|
|
alias esc='setxkbmap -option "caps:swapescape"'
|
|
alias hold='hold=$(pwd)'
|
|
|
|
alias ollama_up='sh ~/scripts/VM/VMmanager.sh macvtap; sudo virsh start ollama_vm; ssh remote "/bin/bash /scripts/remote_commands.sh init_ollama"'
|