diff options
| author | ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com> | 2024-12-22 11:46:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-22 11:46:24 +0100 |
| commit | 048e166c9ea6c70d383141d89054740ae8d59681 (patch) | |
| tree | 81f67d7ae7bcdb4ec46c3e7f5b65fab0cb796486 /plugins/z/z.plugin.zsh | |
| parent | b9e73b44811becbdf24cff54441c73839a29c523 (diff) | |
| download | zsh-048e166c9ea6c70d383141d89054740ae8d59681.tar.gz zsh-048e166c9ea6c70d383141d89054740ae8d59681.tar.bz2 zsh-048e166c9ea6c70d383141d89054740ae8d59681.zip | |
feat(z): update to dd94ef04 (#12862)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
Diffstat (limited to 'plugins/z/z.plugin.zsh')
| -rw-r--r-- | plugins/z/z.plugin.zsh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/z/z.plugin.zsh b/plugins/z/z.plugin.zsh index a41a4ae25..bf15b01de 100644 --- a/plugins/z/z.plugin.zsh +++ b/plugins/z/z.plugin.zsh @@ -4,7 +4,7 @@ # # https://github.com/agkozak/zsh-z # -# Copyright (c) 2018-2023 Alexandros Kozak +# Copyright (c) 2018-2024 Alexandros Kozak # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -120,7 +120,6 @@ fi [[ ${builtins[zf_mv]-} == 'defined' ]] && ZSHZ[MV]='zf_mv' [[ ${builtins[zf_rm]-} == 'defined' ]] && ZSHZ[RM]='zf_rm' - # Load zsh/system, if necessary [[ ${modules[zsh/system]-} == 'loaded' ]] || zmodload zsh/system &> /dev/null |
