Browse Source

feat(z): update to dd94ef04 (#12862)

Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
ohmyzsh[bot] 3 months ago
parent
commit
048e166c9e
4 changed files with 28 additions and 30 deletions
  1. 1 1
      .github/dependencies.yml
  2. 1 1
      plugins/z/LICENSE
  3. 25 26
      plugins/z/MANUAL.md
  4. 1 2
      plugins/z/z.plugin.zsh

+ 1 - 1
.github/dependencies.yml

@@ -36,7 +36,7 @@ dependencies:
   plugins/z:
   plugins/z:
     branch: master
     branch: master
     repo: agkozak/zsh-z
     repo: agkozak/zsh-z
-    version: afaf2965b41fdc6ca66066e09382726aa0b6aa04
+    version: dd94ef04acc41748ba171eb219971cb455e0040b
     precopy: |
     precopy: |
       set -e
       set -e
       test -e README.md && mv -f README.md MANUAL.md
       test -e README.md && mv -f README.md MANUAL.md

+ 1 - 1
plugins/z/LICENSE

@@ -1,6 +1,6 @@
 MIT License
 MIT License
 
 
-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
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 of this software and associated documentation files (the "Software"), to deal

File diff suppressed because it is too large
+ 25 - 26
plugins/z/MANUAL.md


+ 1 - 2
plugins/z/z.plugin.zsh

@@ -4,7 +4,7 @@
 #
 #
 # https://github.com/agkozak/zsh-z
 # 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
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # 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_mv]-} == 'defined' ]] && ZSHZ[MV]='zf_mv'
 [[ ${builtins[zf_rm]-} == 'defined' ]] && ZSHZ[RM]='zf_rm'
 [[ ${builtins[zf_rm]-} == 'defined' ]] && ZSHZ[RM]='zf_rm'
 
 
-
 # Load zsh/system, if necessary
 # Load zsh/system, if necessary
 [[ ${modules[zsh/system]-} == 'loaded' ]] || zmodload zsh/system &> /dev/null
 [[ ${modules[zsh/system]-} == 'loaded' ]] || zmodload zsh/system &> /dev/null