diff options
author | Alan Pearce | 2019-08-15 15:37:50 +0200 |
---|---|---|
committer | Alan Pearce | 2019-08-15 15:37:50 +0200 |
commit | c2102b1d863b2aa7c69b2d7186e8e06b7a891590 (patch) | |
tree | 64a652f1e14df26b40a69666ee3317ebe823f7eb /zsh | |
parent | 3667f4ea6fcf90e344056804315da5653e9c9b04 (diff) | |
download | dotfiles-c2102b1d863b2aa7c69b2d7186e8e06b7a891590.tar.lz dotfiles-c2102b1d863b2aa7c69b2d7186e8e06b7a891590.tar.zst dotfiles-c2102b1d863b2aa7c69b2d7186e8e06b7a891590.zip |
zsh: Remove yarn wrapper
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.config/zsh/.zshrc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 2725df8..ea696e7 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" |