aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwszqkzqk2022-07-16 00:12:16 +0800
committerwszqkzqk2022-07-16 00:12:16 +0800
commit850bb1f0dca0a1865e9e70170fc4d08401a274a9 (patch)
tree44d336a4e1f0bfb0941858b8ac04de9885e5fe15
parent6d83b556f0b47e21406f66880770357da483ad41 (diff)
downloadaur-850bb1f0dca0a1865e9e70170fc4d08401a274a9.tar.gz
Updated by update.sh
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rwxr-xr-xeasy-zsh-config4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44be4e97b13a..f1614bc5e784 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = easy-zsh-config
pkgdesc = A simple but fast and out of the box configuration of zsh powered by oh-my-posh and zsh pulgins.
pkgver = 0.4.4
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/wszqkzqk/easy-zsh-config
install = easy-zsh-config.install
arch = any
@@ -22,6 +22,6 @@ pkgbase = easy-zsh-config
source = easy-zsh-config
sha256sums = 7ca5eb7cc311b2e09397d7845ceef227fa169885b8e0953d0ce24f3b7815df1e
sha256sums = 191f93567e767c599cfd843bb8343f311396d8e80d423ec38af2ad3dc52551a3
- sha256sums = 9081f1c9b5ee60aaab6a0641002bcfae4ab231d4c219f07304d6dbfcf23d4073
+ sha256sums = 8562351200fbdabcd81d6f998bcd9ec2e2ecdd1d336bf23bf0656e387a75a23d
pkgname = easy-zsh-config
diff --git a/PKGBUILD b/PKGBUILD
index 9798c6787b51..ef947b30c728 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=easy-zsh-config
pkgver=0.4.4
- pkgrel=3
+ pkgrel=4
pkgdesc="A simple but fast and out of the box configuration of zsh powered by oh-my-posh and zsh pulgins."
arch=(any)
url=https://github.com/wszqkzqk/easy-zsh-config
@@ -25,7 +25,7 @@ source=("zshrc"
"easy-zsh-config")
sha256sums=('7ca5eb7cc311b2e09397d7845ceef227fa169885b8e0953d0ce24f3b7815df1e'
'191f93567e767c599cfd843bb8343f311396d8e80d423ec38af2ad3dc52551a3'
- '9081f1c9b5ee60aaab6a0641002bcfae4ab231d4c219f07304d6dbfcf23d4073')
+ '8562351200fbdabcd81d6f998bcd9ec2e2ecdd1d336bf23bf0656e387a75a23d')
package(){
install -Dm644 zshrc "${pkgdir}/etc/skel/.zshrc"
diff --git a/easy-zsh-config b/easy-zsh-config
index 3102d674bbac..0d48f8b74be9 100755
--- a/easy-zsh-config
+++ b/easy-zsh-config
@@ -24,8 +24,8 @@ setopt HIST_BEEP # Beep when accessing nonexistent history.
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh
-if [[ -r /usr/share/zsh/functions/command-not-found.zsh ]]; then
- source /usr/share/zsh/functions/command-not-found.zsh
+if [[ -r /usr/share/doc/pkgfile/command-not-found.zsh ]]; then
+ source /usr/share/doc/pkgfile/command-not-found.zsh
export PKGFILE_PROMPT_INSTALL_MISSING=1
fi