Browse Source

zsh: add adb_screenshot function

refactor/nvim-lua
Garrit Franke 4 years ago
parent
commit
124cf9a4a4
  1. 2
      .config/qBittorrent/qBittorrent-data.ini
  2. 1
      .gitignore
  3. 6
      .zshrc

2
.config/qBittorrent/qBittorrent-data.ini

@ -1,2 +0,0 @@
[Stats]
AllStats="@Variant(\0\0\0\x1c\0\0\0\x2\0\0\0\x12\0\x41\0l\0l\0t\0i\0m\0\x65\0\x44\0L\0\0\0\x5\0\0\0\0\xeej\xe\xe9\0\0\0\x12\0\x41\0l\0l\0t\0i\0m\0\x65\0U\0L\0\0\0\x5\0\0\0\0,yR\x4)"

1
.gitignore vendored

@ -0,0 +1 @@
.config/qBittorrent

6
.zshrc

@ -74,6 +74,12 @@ plugins=(git)
source $ZSH/oh-my-zsh.sh
# Functions
adb_screenshot() {
adb shell screencap -p > ~/Desktop/screenshot.png
}
# User configuration
# export MANPATH="/usr/local/man:$MANPATH"

Loading…
Cancel
Save