mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-10 01:10:41 +01:00
ohmyzsh plugin of the z project: https://github.com/rupa/z
This commit is contained in:
6
plugins/z/z.plugin.zsh
Normal file
6
plugins/z/z.plugin.zsh
Normal file
@@ -0,0 +1,6 @@
|
||||
_load_z() {
|
||||
source $1/z.sh
|
||||
}
|
||||
|
||||
[[ -f $ZSH_CUSTOM/plugins/z/z.plugin.zsh ]] && _load_z $ZSH_CUSTOM/plugins/z
|
||||
[[ -f $ZSH/plugins/z/z.plugin.zsh ]] && _load_z $ZSH/plugins/z
|
||||
Reference in New Issue
Block a user