1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-19 04:06:00 +02:00

Added libvirt aliases

This commit is contained in:
h45h74x
2020-06-23 21:17:53 +02:00
parent d796223cc9
commit 9798a34fe8
+4 -2
View File
@@ -59,7 +59,7 @@ alias steam-ns="screen -d -m firejail --noprofile --blacklist=/sys/class/hidraw/
alias pipes="pipes -r 50000"
alias worms="pipes -p 10 -r 50 -R"
# General
# general
alias cls=clear
alias pls=sudo
alias ll="ls -lh"
@@ -93,4 +93,6 @@ alias cachec="echo 'Clearing cache...' && sudo chown -R ${USER} ~/.cache && rm -
alias trashc="echo 'Clearing trash...' && trash-empty"
alias cleanup="cachec && blank && trashc && blank && yayc && blank && orphanr"
# libvirt
alias win1030="sudo virsh start Windows10_1030"
alias win1660="sudo virsh start Windows10_1660"