about summary refs log tree commit diff
path: root/debian/.bashrc
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-02-12 15:50:56 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-02-12 15:50:56 +0700
commitac9a1ae1b0dfc0bbc3554da111cfc6e35509a2a9 (patch)
tree64571ba5c7fac6902a5ccf2e315087be08a7bf06 /debian/.bashrc
parent1f9e00aaf9ecc88d23d6bae93ffe34aa7d3e08da (diff)
downloaddotfiles-ac9a1ae1b0dfc0bbc3554da111cfc6e35509a2a9.tar.gz
Update support for languages and libraries
Diffstat (limited to 'debian/.bashrc')
-rw-r--r--debian/.bashrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/.bashrc b/debian/.bashrc
index 70eba5c..f8f277b 100644
--- a/debian/.bashrc
+++ b/debian/.bashrc
@@ -108,12 +108,6 @@ 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).