summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-08-15 15:37:50 +0200
committerAlan Pearce2019-08-15 15:37:50 +0200
commitc2102b1d863b2aa7c69b2d7186e8e06b7a891590 (patch)
tree64a652f1e14df26b40a69666ee3317ebe823f7eb
parent3667f4ea6fcf90e344056804315da5653e9c9b04 (diff)
downloadnixfiles-c2102b1d863b2aa7c69b2d7186e8e06b7a891590.tar.lz
nixfiles-c2102b1d863b2aa7c69b2d7186e8e06b7a891590.tar.zst
nixfiles-c2102b1d863b2aa7c69b2d7186e8e06b7a891590.zip
zsh: Remove yarn wrapper
-rw-r--r--zsh/.config/zsh/.zshrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index 2725df85..ea696e76 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -17,9 +17,6 @@ setopt transient_rprompt
 WORDCHARS=${${WORDCHARS//[-.=]}//[\/]}
 
 alias ec=emacsclient
-yarn () {
-  PREFIX=$HOME/.local command yarn "$@"
-}
 
 ls='\ls'
 gnu_ls_options="-v --group-directories-first --color=auto"