Commit chpwd hooks once on shell init
This commit is contained in:
parent
e7baa54cc1
commit
22b16ea1be
4
zshrc
4
zshrc
@ -115,6 +115,8 @@ if (( $+commands[zellij] )); then
|
|||||||
}
|
}
|
||||||
|
|
||||||
chpwd_functions+=( zellij_chpwd_hook )
|
chpwd_functions+=( zellij_chpwd_hook )
|
||||||
|
|
||||||
|
zellij_chpwd_hook
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -127,6 +129,8 @@ if (( $+commands[gh] )); then
|
|||||||
}
|
}
|
||||||
|
|
||||||
chpwd_functions+=( gh_chpwd_hook )
|
chpwd_functions+=( gh_chpwd_hook )
|
||||||
|
|
||||||
|
gh_chpwd_hook
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Source machine-specific setup
|
# Source machine-specific setup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user