From cb756d6bfe4a649712faecfd54b07973eeb078fb Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 15 Aug 2019 15:29:43 +0200 Subject: zsh: remove unused aliases --- zsh/.config/zsh/.zshrc | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'zsh/.config') diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 8061e058..2725df85 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -17,16 +17,6 @@ setopt transient_rprompt 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 llr="ll -t" 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" -- cgit 1.4.1