mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 22:09:25 +00:00
Add fasd as an external module
This commit is contained in:
committed by
Kaleb Elwert
parent
d25b251ef7
commit
19990c8025
1
modules/fasd/external
Submodule
1
modules/fasd/external
Submodule
Submodule modules/fasd/external added at 90b531a5da
@ -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
|
||||
|
Reference in New Issue
Block a user