1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-01 12:50:27 +00:00

Update osx alias descriptions

This commit is contained in:
Sorin Ionescu 2014-02-02 20:08:55 -05:00
parent bccfca8c10
commit 02717cb4c1

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