From 02717cb4c1fd6126d74b7df945af505d14a937cc Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Sun, 2 Feb 2014 20:08:55 -0500 Subject: [PATCH] Update osx alias descriptions --- modules/osx/init.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/osx/init.zsh b/modules/osx/init.zsh index a78f298..edf6ed3 100644 --- a/modules/osx/init.zsh +++ b/modules/osx/init.zsh @@ -14,8 +14,8 @@ fi # Aliases # -# Change directory to the current Finder directory. +# Changes directory to the current Finder directory. alias cdf='cd "$(pfd)"' -# Push directory to the current Finder directory. +# Pushes directory to the current Finder directory. alias pushdf='pushd "$(pfd)"'