Android env variables, ytmp3 alias
This commit is contained in:
parent
db2bd95583
commit
14fb9c1b84
1 changed files with 4 additions and 0 deletions
4
zshrc
4
zshrc
|
@ -14,6 +14,9 @@ export EDITOR=/usr/bin/vim
|
||||||
# Prevent mime associations by wine
|
# Prevent mime associations by wine
|
||||||
export WINEDLLOVERRIDES="winemenubuilder.exe=d"
|
export WINEDLLOVERRIDES="winemenubuilder.exe=d"
|
||||||
export CUDA_ROOT=/opt/cuda
|
export CUDA_ROOT=/opt/cuda
|
||||||
|
# Android SDK setup
|
||||||
|
export ANDROID_HOME="$HOME/.android"
|
||||||
|
export PATH="$PATH:$ANDROID_HOME/tools/bin:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools"
|
||||||
|
|
||||||
|
|
||||||
# Get rc dir path
|
# Get rc dir path
|
||||||
|
@ -79,6 +82,7 @@ alias minecraft='java -jar $HOME/.minecraft/launcher.jar'
|
||||||
alias shuffle='mpv --shuffle --volume=50 --no-audio-display'
|
alias shuffle='mpv --shuffle --volume=50 --no-audio-display'
|
||||||
alias steam="LD_PRELOAD='/usr/\$LIB/libstdc++.so.6 /usr/\$LIB/libgcc_s.so.1 /usr/\$LIB/libxcb.so.1 /usr/\$LIB/libgpg-error.so' /usr/bin/steam"
|
alias steam="LD_PRELOAD='/usr/\$LIB/libstdc++.so.6 /usr/\$LIB/libgcc_s.so.1 /usr/\$LIB/libxcb.so.1 /usr/\$LIB/libgpg-error.so' /usr/bin/steam"
|
||||||
alias surftor='http_proxy=socks5://127.0.0.1:9050/ surf'
|
alias surftor='http_proxy=socks5://127.0.0.1:9050/ surf'
|
||||||
|
alias ytmp3='youtube-dl -x --audio-format mp3 --no-playlist -o "%(title)s.%(ext)s"'
|
||||||
|
|
||||||
|
|
||||||
# Term specific hacks
|
# Term specific hacks
|
||||||
|
|
Loading…
Reference in a new issue