1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2026-06-05 13:03:30 +00:00

[Fix #202] Load modules all or nothing

This commit is contained in:
Sorin Ionescu
2012-07-23 15:00:44 -04:00
parent 4d86e9c591
commit 060d9064f8
26 changed files with 151 additions and 53 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Dumb terminals lack support.
# Return if requirements are not found.
if [[ "$TERM" == 'dumb' ]]; then
return 1
fi