diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-12-09 15:37:18 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-12-09 15:37:18 +0700 |
commit | 99a42df0d7d5caa07cd5b4923d7c02802b448d63 (patch) | |
tree | c151c8433280d1e1f5ec657387ab40d42f3bb221 /debian | |
parent | a1deafa6ee56c7818419cfe0d318496c38523ee3 (diff) | |
download | dotfiles-99a42df0d7d5caa07cd5b4923d7c02802b448d63.tar.gz |
Update 2020-12-09
Diffstat (limited to 'debian')
-rw-r--r-- | debian/.bashrc | 6 |
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). |