diff options
author | Matt Turner <mattst88@gmail.com> | 2022-07-22 22:34:50 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2022-07-22 22:34:50 -0400 |
commit | a0714e2dca064e6eb0d69f6502ea9fae5180d709 (patch) | |
tree | ea63b045dbfc819ad361f6b225521e2a5f58829b | |
parent | b54226ee2bcc942c71b1155b3962ae3d6554680d (diff) |
.zshrc: Add some typo aliases
-rw-r--r-- | .zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -46,6 +46,10 @@ bindkey "\e[3~" delete-char export PATH=:$PATH:~/bin +alias grpe="grep" +alias gti="git" +alias sl="ls" + unset SSH_AGENT_PID if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" |