dotfiles.git

commit bf56a0ab50b95fcc1b795369a0a6cfa0ac2e59ed

Author: Adam Evyčędo <git@apiote.xyz>

boxxy

 .config/boxxy/boxxy.yaml | 4 ++++
 .config/sh/aliases | 6 +++---


diff --git a/.config/boxxy/boxxy.yaml b/.config/boxxy/boxxy.yaml
index a182d2e23061e7ec1af3b5c1db8b237b530b6e36..896f52eab1a1cf57ae8fe14d84b5bfc2051b383a 100644
--- a/.config/boxxy/boxxy.yaml
+++ b/.config/boxxy/boxxy.yaml
@@ -7,3 +7,7 @@ - name: ssh
   target: "~/.ssh"
   rewrite: "~/.local/share/ssh"
   mode: directory
+- name: qutebrowser pki
+  target: "~/.pki"
+  rewrite: "~/.local/share/pki"
+  mode: directory




diff --git a/.config/sh/aliases b/.config/sh/aliases
index 3892619735092a8b0526cc58a9c8e55ed74ea74f..669debf4cfbaaeb54ce63277115f8e93370dfd11 100644
--- a/.config/sh/aliases
+++ b/.config/sh/aliases
@@ -22,6 +22,6 @@ alias make="echo 'using bmake…'; bmake -j 8 -B"
 alias Make="/usr/bin/make -j 8"
 
 # boxxy
-alias gramps="boxxy -l none gramps"
-alias ssh="boxxy -l none ssh"
-alias scp="boxxy -l none scp"
+#alias gramps="boxxy -l none gramps"
+#alias ssh="boxxy -l none ssh"
+#alias scp="boxxy -l none scp"