about summary refs log tree commit diff
path: root/Completion/Zsh
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-03-17 10:03:23 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-03-17 10:03:23 +0000
commit1d025a2bb97b24afee8421f475355b6219667858 (patch)
treef73521855ea2c9dbbfd70ba9ab16d676e974d273 /Completion/Zsh
parent02710fd70499b9918b5f5a2b0e53e51565ce0a50 (diff)
downloadzsh-1d025a2bb97b24afee8421f475355b6219667858.tar.gz
zsh-1d025a2bb97b24afee8421f475355b6219667858.tar.xz
zsh-1d025a2bb97b24afee8421f475355b6219667858.zip
26746: tweak history modifier completion
Diffstat (limited to 'Completion/Zsh')
-rw-r--r--Completion/Zsh/Type/_history_modifiers2
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Zsh/Type/_history_modifiers b/Completion/Zsh/Type/_history_modifiers
index 3d112e1e6..a97e38d20 100644
--- a/Completion/Zsh/Type/_history_modifiers
+++ b/Completion/Zsh/Type/_history_modifiers
@@ -64,6 +64,8 @@ while true; do
       )
     if (( ! global )); then
       list+=(
+	"a:absolute path"
+	"A:absolute path resolving symbolic links"
 	"g:globally apply s or &"
 	"h:head - strip trailing path element"
 	"t:tail - strip directories"