about summary refs log tree commit diff
path: root/debian
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-12-09 15:37:18 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-12-09 15:37:18 +0700
commit99a42df0d7d5caa07cd5b4923d7c02802b448d63 (patch)
treec151c8433280d1e1f5ec657387ab40d42f3bb221 /debian
parenta1deafa6ee56c7818419cfe0d318496c38523ee3 (diff)
downloaddotfiles-99a42df0d7d5caa07cd5b4923d7c02802b448d63.tar.gz
Update 2020-12-09
Diffstat (limited to 'debian')
-rw-r--r--debian/.bashrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/.bashrc b/debian/.bashrc
index f8f277b..70eba5c 100644
--- a/debian/.bashrc
+++ b/debian/.bashrc
@@ -108,6 +108,12 @@ function ipfs-cors {
   systemctl restart --user ipfs
 }
 
+function expose-anbox {
+  systemctl --user restart anbox-session-manager.service
+  adb kill-server
+  adb start-server
+}
+
 # enable programmable completion features (you don't need to enable
 # this, if it's already enabled in /etc/bash.bashrc and /etc/profile
 # sources /etc/bash.bashrc).