diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-02-12 15:50:56 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-02-12 15:50:56 +0700 |
commit | ac9a1ae1b0dfc0bbc3554da111cfc6e35509a2a9 (patch) | |
tree | 64571ba5c7fac6902a5ccf2e315087be08a7bf06 /debian | |
parent | 1f9e00aaf9ecc88d23d6bae93ffe34aa7d3e08da (diff) | |
download | dotfiles-ac9a1ae1b0dfc0bbc3554da111cfc6e35509a2a9.tar.gz |
Update support for languages and libraries
Diffstat (limited to 'debian')
-rw-r--r-- | debian/.bashrc | 6 | ||||
l--------- | debian/.config/systemd/user/default.target.wants/anbox-session-manager.service | 1 |
2 files changed, 0 insertions, 7 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). diff --git a/debian/.config/systemd/user/default.target.wants/anbox-session-manager.service b/debian/.config/systemd/user/default.target.wants/anbox-session-manager.service deleted file mode 120000 index 658ed6b..0000000 --- a/debian/.config/systemd/user/default.target.wants/anbox-session-manager.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/user/anbox-session-manager.service \ No newline at end of file |