all repos — nixfiles @ cb756d6bfe4a649712faecfd54b07973eeb078fb

System and user configuration, managed by nix and home-manager

zsh: remove unused aliases

Alan Pearce
commit

cb756d6bfe4a649712faecfd54b07973eeb078fb

parent

746493965fde1a4159206ddb20fca743c7506e52

1 file changed, 0 insertions(+), 11 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -17,16 +17,6 @@
WORDCHARS=${${WORDCHARS//[-.=]}//[\/]} alias ec=emacsclient -alias open-project=projectile -_emacs_function () { - emacsclient -e "($1 \"$2\")" > /dev/null -} -projectile () { - _emacs_function projectile-switch-project-by-name ${1:-$PWD} -} -set-emacs-ssh-agent () { - emacsclient -e "(setenv \"SSH_AUTH_SOCK\" \"$SSH_AUTH_SOCK\")" -} yarn () { PREFIX=$HOME/.local command yarn "$@" }
@@ -71,7 +61,6 @@
alias https="http --default-scheme https" alias kns="kubens" alias kx="kubectx" -alias pending_deployments="GIT_DIR=$(ghq list -p core/kubernetes)/.git git log production...staging --grep=CORE --grep=INFRA --regexp-ignore-case --pretty=format:%s | rg --ignore-case --only-matching '((?:CORE|INFRA)-\d+)' | tr '[a-z]' '[A-Z]' | sort | uniq | awk '{ printf \"https://satoshipay.atlassian.net/browse/%s\n\", \$0 }'" alias ava="npx ava" alias avats="npx ava-ts"