diff options
| author | 2025-04-20 17:24:11 +0300 | |
|---|---|---|
| committer | 2025-04-20 17:24:11 +0300 | |
| commit | 57fc86a2ccc8b3ea618b0cfd45efc1c19594e929 (patch) | |
| tree | b7fcdcff592df6cffd1646c65ec9b1e9656160d6 /zsh | |
| parent | Обновление gitconfig (diff) | |
| download | dotfiles-57fc86a2ccc8b3ea618b0cfd45efc1c19594e929.tar.gz dotfiles-57fc86a2ccc8b3ea618b0cfd45efc1c19594e929.tar.bz2 dotfiles-57fc86a2ccc8b3ea618b0cfd45efc1c19594e929.tar.xz dotfiles-57fc86a2ccc8b3ea618b0cfd45efc1c19594e929.zip | |
20.05.2025
Diffstat (limited to 'zsh')
| -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" |
