commit 8be05c88c37dd9c6d09d71af20b7af81b6704c56 parent 9500f9dbb09ec8b7c02aac7987ad72eef79fc417 Author: mpizzzle <m@michaelpercival.xyz> Date: Sat, 18 Jul 2020 16:36:56 +0100 removing dependency on alias Diffstat:
| M | .local/bin/cphist.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/cphist.sh b/.local/bin/cphist.sh @@ -1,3 +1,3 @@ #!/bin/sh -grep "$1" $ZHIST | fzf | clip +grep "$1" $ZHIST | fzf | tr -d 'n' | xclip -selection clipboard