From 374fd3c54f1e5ec86ee49f4e796f0508af81ab60 Mon Sep 17 00:00:00 2001 From: "R.T. Lechow" Date: Thu, 31 Mar 2016 17:52:19 -0400 Subject: [PATCH] Redundant --- .zsh/aliases | 2 -- 1 file changed, 2 deletions(-) diff --git a/.zsh/aliases b/.zsh/aliases index 26b028f..c363251 100644 --- a/.zsh/aliases +++ b/.zsh/aliases @@ -32,8 +32,6 @@ alias funhide='defaults write com.apple.finder AppleShowAllFiles TRUE; killall F alias fhide='defaults write com.apple.finder AppleShowAllFiles FALSE; killall Finder' # Ruby -mri () { path=(/usr/bin $path) } -yarv () { path=(/usr/local/bin $path) } alias be='bundle exec' # Rails