mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-30 12:59:25 +00:00
[#195] Add missing make, diff, wdiff calls
This commit is contained in:
@ -17,3 +17,5 @@ function diff {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
diff "$@"
|
||||||
|
|
||||||
|
@ -15,3 +15,5 @@ function make {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
make "$@"
|
||||||
|
|
||||||
|
@ -24,3 +24,5 @@ function wdiff {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wdiff "$@"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user