summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2019-08-15 15:29:43 +0200
committerAlan Pearce2019-08-15 15:29:43 +0200
commitcb756d6bfe4a649712faecfd54b07973eeb078fb (patch)
tree11967bb8cc5daffbbbe1e0294ad4ccb3813fbf8b /zsh
parent746493965fde1a4159206ddb20fca743c7506e52 (diff)
downloadnixfiles-cb756d6bfe4a649712faecfd54b07973eeb078fb.tar.lz
nixfiles-cb756d6bfe4a649712faecfd54b07973eeb078fb.tar.zst
nixfiles-cb756d6bfe4a649712faecfd54b07973eeb078fb.zip
zsh: remove unused aliases
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.config/zsh/.zshrc11
1 files changed, 0 insertions, 11 deletions
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"