1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 10:29:25 +00:00

Add fasd as an external module

This commit is contained in:
Demjan Kaluzki
2015-11-12 23:08:47 +01:00
committed by Kaleb Elwert
parent d25b251ef7
commit 19990c8025
3 changed files with 6 additions and 4 deletions

1
modules/fasd/external Submodule

Submodule modules/fasd/external added at 90b531a5da

View File

@ -9,10 +9,8 @@
# Load dependencies.
pmodload 'editor'
# Return if requirements are not found.
if (( ! $+commands[fasd] )); then
return 1
fi
# Source module file.
source "${0:h}/external/fasd" || return 1
#
# Initialization