update kitty
This commit is contained in:
parent
9503b74feb
commit
a1f77fb47c
3 changed files with 21 additions and 14 deletions
|
@ -25,6 +25,9 @@ antigen apply
|
|||
# Exports
|
||||
|
||||
export PATH=$HOME/.local/bin:/usr/local/bin:$HOME/go/bin:$PATH
|
||||
# export GOROOT=$HOME/work/go
|
||||
export GOPATH=$HOME/go
|
||||
export GOPROXY=https://proxy.neonxp.ru
|
||||
export EDITOR="micro"
|
||||
#export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock
|
||||
|
||||
|
@ -37,6 +40,12 @@ alias gitpush='git add . && git commit --amend --no-edit && git push -f'
|
|||
alias k='kubectl'
|
||||
alias yu="ssh-add -e /usr/lib/x86_64-linux-gnu/libykcs11.so; ssh-add -s /usr/lib/x86_64-linux-gnu/libykcs11.so"
|
||||
alias m='micro'
|
||||
alias cp="cp -i" # confirm before overwriting something
|
||||
alias df='df -h' # human-readable sizes
|
||||
alias free='free -m' # show sizes in MB
|
||||
alias np='nano -w PKGBUILD'
|
||||
alias more=less
|
||||
|
||||
|
||||
[[ ! -f `which exa` ]] || alias ls="exa" && alias ll="exa -l"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue