20.05.2025
This commit is contained in:
parent
4bff377885
commit
57fc86a2cc
11 changed files with 126 additions and 86 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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue