summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraslingguang2024-02-01 10:39:27 +0800
committeraslingguang2024-02-01 10:39:27 +0800
commita25c37d7d31a717b2882aeb2a252faaea2c989b2 (patch)
tree41e546856024decbde80a1b7810b92d45aa80d54
parent7cad8f71bb4be5f86fefc4075c542dd550afc05c (diff)
downloadaur-a25c37d7d31a717b2882aeb2a252faaea2c989b2.tar.gz
更新说明
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc439d6b8dda..24b396553d7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = fzf-tab-source
- pkgdesc = 替代zsh的命令补全功能,加入文件和目录预览,可使用rg和rga辅助fzf搜索。 Replace zsh's default completion selection menu with fzf.Add file and directory previews,and can use rg or rga to assist fzf searches. After the installation is completed, use 'fts -a' to enable the plugin
+ pkgdesc = 替代zsh的命令补全功能,加入文件和目录预览,可使用rg和rga辅助fzf搜索。 Replace zsh's default completion selection menu with fzf.Add file and directory previews,and can use rg or rga to assist fzf searches. After the installation is completed,Add 'source /usr/share/zsh/plugins/fzf-tab-source/fzf-tab.plugin.zsh' to ~/.zshrc
pkgver = r6.05c1fc5
pkgrel = 1
url = https://github.com/aslingguang/fzf-tab-source
diff --git a/PKGBUILD b/PKGBUILD
index 1c772eaf8631..937c8e9d680c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgver=r6.05c1fc5
pkgrel=1
pkgdesc="替代zsh的命令补全功能,加入文件和目录预览,可使用rg和rga辅助fzf搜索。
Replace zsh's default completion selection menu with fzf.Add file and directory previews,and can use rg or rga to assist fzf searches.
- After the installation is completed, use 'fts -a' to enable the plugin"
+ After the installation is completed,Add 'source /usr/share/zsh/plugins/fzf-tab-source/fzf-tab.plugin.zsh' to ~/.zshrc"
arch=('x86_64')
url="https://github.com/aslingguang/fzf-tab-source"
license=('GPL')