You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
348 B

#
# Maintains a frequently used directory list for fast directory changes.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
13 years ago
# Set the directory changing command.
_Z_CMD='j'
13 years ago
# Prevent symbolic link resolution.
_Z_NO_RESOLVE_SYMLINKS=1
13 years ago
# Source module files.
source "${0:h}/external/z.sh"
13 years ago
# Cleanup.
unset _Z_{CMD,NO_RESOLVE_SYMLINKS}
13 years ago