nixos/dotfiles/bash_files/desk/shortcuts

6 lines
262 B
Text
Raw Normal View History

2025-06-20 11:59:24 -07:00
alias ctllist="systemctl --type=service"
alias esc='setxkbmap -option "caps:swapescape"'
alias hold='hold=$(pwd)'
2025-08-12 11:53:58 -07:00
alias ollama_up='sh ~/scripts/VM/VMmanager.sh macvtap; sudo virsh start ollama_vm; ssh remote "/bin/bash /scripts/remote_commands.sh init_ollama"'