]> git.armaanb.net Git - config.org.git/blobdiff - config.org
ash: update virtual aliases
[config.org.git] / config.org
index be4c70bbbb8ab80fd6a3ae63e623bdd98601b795..54cf4036f3a7ddf892be854fce65a6e396ebd0bf 100644 (file)
@@ -1036,9 +1036,7 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac
 #+end_src
 **** Virtual machines, chroots
 #+begin_src shell :tangle ~/.config/ash/ashrc
-  alias ckiss="doas chrooter ~/Virtual/kiss"
-  alias cdebian="doas chrooter ~/Virtual/debian bash"
-  alias cwindows='devour qemu-system-x86_64 \
+  alias cwindows='qemu-system-x86_64 \
     -smp 3 \
     -cpu host \
     -enable-kvm \
@@ -1047,8 +1045,8 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac
     -device intel-hda \
     -device hda-duplex \
     -net nic \
-    -net user,smb=/home/armaa/Public \
-    -drive format=qcow2,file=/home/armaa/Virtual/windows.qcow2'
+    -net user,smb=/home/armaa/public \
+    -drive format=qcow2,file=/home/armaa/virtual/windows.qcow2'
 #+end_src
 **** Latin
 #+begin_src shell :tangle ~/.config/ash/ashrc
@@ -1217,8 +1215,8 @@ I use tmux in order to keep my st build light. Still learning how it works.
 *** Agent
 #+begin_src conf :tangle ~/.gnupg/gpg-agent.conf
   pinentry-program /sbin/pinentry
-  max-cache-ttl 600
-  default-cache-ttl 600
+  max-cache-ttl 6000
+  default-cache-ttl 6000
   allow-emacs-pinentry
 #+end_src
 ** Xmodmap