all repos — archive/dotfiles @ c2102b1d863b2aa7c69b2d7186e8e06b7a891590

Superseded by nixfiles

zsh: Remove yarn wrapper
Alan Pearce alan@alanpearce.eu
Thu, 15 Aug 2019 15:37:50 +0200
commit

c2102b1d863b2aa7c69b2d7186e8e06b7a891590

parent

3667f4ea6fcf90e344056804315da5653e9c9b04

1 files changed, 0 insertions(+), 3 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -17,9 +17,6 @@ WORDCHARS=${${WORDCHARS//[-.=]}//[\/]}
 
 alias ec=emacsclient
-yarn () {
-  PREFIX=$HOME/.local command yarn "$@"
-}
 
 ls='\ls'
 gnu_ls_options="-v --group-directories-first --color=auto"