Update osx alias descriptions

This commit is contained in:
Sorin Ionescu 2014-02-02 20:08:55 -05:00
parent bccfca8c10
commit 02717cb4c1
1 changed files with 2 additions and 2 deletions

View File

@ -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)"'