commit 53a9ee224b655e6a1203d68c2cc6839d3345202c parent 60a66f79df9feb2e30d0afe540d1fafc0cee56ad Author: Anders Damsgaard <andersd@riseup.net> Date: Wed, 4 Oct 2017 08:37:49 -0400 remove `history|grep` alias Diffstat:
M | links/.zshrc | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/links/.zshrc b/links/.zshrc @@ -127,7 +127,6 @@ alias rmi='rm -i' #alias mv='mv -i' alias c='xsel -ib' alias h='history | tail' -alias hg='history | grep ' alias ch='chmod 755 ' alias ..='cd ..' alias ...='cd ../..'