removed zsh cache folder and added settings for android development to .zshrc
This commit is contained in:
parent
ece55c0406
commit
4927fe6130
0
zsh/.oh-my-zsh/cache/.gitkeep
vendored
0
zsh/.oh-my-zsh/cache/.gitkeep
vendored
1
zsh/.oh-my-zsh/cache/.zsh-update
vendored
1
zsh/.oh-my-zsh/cache/.zsh-update
vendored
@ -1 +0,0 @@
|
||||
LAST_EPOCH=18725
|
3
zsh/.oh-my-zsh/cache/grep-alias
vendored
3
zsh/.oh-my-zsh/cache/grep-alias
vendored
@ -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 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
|
||||
export EDITOR=nvim
|
||||
export ZSH="/home/n0x/.oh-my-zsh"
|
||||
|
Loading…
Reference in New Issue
Block a user