mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-06-14 08:41:43 +00:00
Convert add-zsh-trap into a module
This commit is contained in:
@ -62,6 +62,9 @@
|
||||
# zstyle ':omz:module:git:ignore' submodule ''
|
||||
#
|
||||
|
||||
# Load dependencies.
|
||||
omodload 'trap'
|
||||
|
||||
# Gets the path to the Git directory.
|
||||
function _git-dir {
|
||||
local git_dir="${$(git rev-parse --git-dir):A}"
|
||||
|
Reference in New Issue
Block a user