removed zsh cache folder and added settings for android development to .zshrc
This commit is contained in:
Vendored
Vendored
-1
@@ -1 +0,0 @@
|
|||||||
LAST_EPOCH=18725
|
|
||||||
Vendored
-3
@@ -1,3 +0,0 @@
|
|||||||
alias grep='grep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}'
|
|
||||||
alias egrep='egrep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}'
|
|
||||||
alias fgrep='fgrep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}'
|
|
||||||
@@ -17,6 +17,14 @@ alias vim="nvim"
|
|||||||
alias sc="maim -s ~/Pictures/$(date +%s).png"
|
alias sc="maim -s ~/Pictures/$(date +%s).png"
|
||||||
alias ff="firefox-nightly"
|
alias ff="firefox-nightly"
|
||||||
|
|
||||||
|
# Java/Android
|
||||||
|
export ANDROID_SDK_ROOT="$HOME:/Android/Sdk"
|
||||||
|
export ANDROID_HOME=$HOME/Android/Sdk
|
||||||
|
export PATH=$PATH:$ANDROID_HOME/emulator
|
||||||
|
export PATH=$PATH:$ANDROID_HOME/tools
|
||||||
|
export PATH=$PATH:$ANDROID_HOME/tools/bin
|
||||||
|
export PATH=$PATH:$ANDROID_HOME/platform-tools
|
||||||
|
|
||||||
# exporty
|
# exporty
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export ZSH="/home/n0x/.oh-my-zsh"
|
export ZSH="/home/n0x/.oh-my-zsh"
|
||||||
|
|||||||
Reference in New Issue
Block a user