Commit Graph

6 Commits (167dc43a87652f60e6cac97de2be2509356ac7f8)

Author SHA1 Message Date
John McBride a76a9ee437 Remove fasd zz function from percol plugin
Signed-off-by: John McBride <jpmmcbride@gmail.com>
2020-02-14 14:03:54 -07:00
Nils Winkler ca5c512a35 Removed 'local' keyword 2018-12-18 09:26:25 +01:00
Adam Wallis 3651a31c5e Fixes: 659ecd0388 plugins: percol: Check for alias zz before unalias
The original patch (659ecd0388)
unaliases the percol alias, however, does not validate if the alias
is already defined. This leads to the following message that is shown
everytime a new bash session is spawned where this variable is not
defined when the percol plugin is enabled.

bash: unalias: zz: not found
2018-01-10 19:58:29 -05:00
Adam Wallis 659ecd0388 plugins: percol: Unalias zz before defining zz function
Percol defines zz alias by default. This ensures that the percol
plugin will work as expected.
2017-05-25 19:43:17 -04:00
Nils Winkler 4790569671 Fixed percol plugin function syntax
Without the `function` keyword, the file did not load when using Bash
v3.x. With the added `function` keyword, the file can be parsed and the
error message about having to install Bash v4 is shown.

Closes #881
2017-01-09 09:14:05 +01:00
codefalling c08c1c095a add plugin:percol 2016-01-05 23:34:10 +08:00