2 次代码提交 b9e73b4481 ... f733dc340b

作者 SHA1 备注 提交日期
  dependabot[bot] f733dc340b chore(deps): bump urllib3 from 2.2.3 to 2.3.0 in /.github/workflows/dependencies (#12863) 3 月之前
  ohmyzsh[bot] 048e166c9e feat(z): update to dd94ef04 (#12862) 3 月之前
共有 5 个文件被更改,包括 29 次插入31 次删除
  1. 1 1
      .github/dependencies.yml
  2. 1 1
      .github/workflows/dependencies/requirements.txt
  3. 1 1
      plugins/z/LICENSE
  4. 25 26
      plugins/z/MANUAL.md
  5. 1 2
      plugins/z/z.plugin.zsh

+ 1 - 1
.github/dependencies.yml

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

+ 1 - 1
.github/workflows/dependencies/requirements.txt

@@ -4,4 +4,4 @@ idna==3.10
 PyYAML==6.0.2
 requests==2.32.3
 semver==3.0.2
-urllib3==2.2.3
+urllib3==2.3.0

+ 1 - 1
plugins/z/LICENSE

@@ -1,6 +1,6 @@
 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
 of this software and associated documentation files (the "Software"), to deal

文件差异内容过多而无法显示
+ 25 - 26
plugins/z/MANUAL.md


+ 1 - 2
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