diff options
Diffstat (limited to 'zsh/zshrc')
| -rw-r--r-- | zsh/zshrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -24,8 +24,12 @@ antigen apply # Exports #export GOPROXY=https://proxy.neonxp.ru +export GOPRIVATE=devopar.hippoparking.ru export EDITOR="nvim" #export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock +export ANDROID_HOME=$HOME/projects/android/ +export PATH=$PATH:$ANDROID_HOME/emulator +export PATH=$PATH:$ANDROID_HOME/platform-tools export PATH=$PATH:~/.local/bin:~/go/bin export GOBIN=~/go/bin export GPG_TTY=$(tty) @@ -55,6 +59,7 @@ alias np="nano -w PKGBUILD" alias gitu='git add . && git commit && git push' alias g=git alias nsh='wl-paste | curl -d @- https://nixshare.ru/upload 2>/dev/null | wl-copy' +alias p=python3 [[ ! -f `which exa` ]] || alias ls="exa" && alias ll="exa -l" |
