From cb13f0cc705447d6fe662e6b32e9387eeec6cbaa Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Wed, 4 Jan 2023 23:21:02 +0330 Subject: update --- .zshrc | 1 + chroot/mount.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 670103b..0eb1ed0 100644 --- a/.zshrc +++ b/.zshrc @@ -336,6 +336,7 @@ alias ffox_i2p='ssh -C -X -i /home/devi/devi/vagrantboxes.git/main/i2p/.vagrant/ alias sotn="bw_mednafen ~/roms/sotn/Castlevania\ -\ Symphony\ of\ the\ Night.cue" alias silent_hill="bw_mednafen ~/roms/silent_hill/Silent Hill (v1.1).cue" alias bombadillo='ssh -tt -i /home/devi/devi/vagrantboxes.git/main/openbsd/.vagrant/machines/default/libvirt/private_key vagrant@bomb-host.vagrant-libvirt proxychains4 -q bombadillo ' +alias mount="grc mount" # change the 4th terminal color to #0000ff # echo -e '\e]P40000ff' diff --git a/chroot/mount.sh b/chroot/mount.sh index 6ec6472..710eaf7 100755 --- a/chroot/mount.sh +++ b/chroot/mount.sh @@ -13,4 +13,4 @@ sudo mkdir -p /tmp/tmpfs4_1 sudo mount -t tmpfs -o size=4000M tmpfs /tmp/tmpfs4_1 sudo chown devi:devi /tmp/tmpfs4_1 # virsh pool-define-as --name ramdisk --type dir --target /tmp/tmpfs4_1 -# virsh pool-start ramdisk +virsh pool-start ramdisk -- cgit v1.2.3