summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2022-07-22 22:34:50 -0400
committerMatt Turner <mattst88@gmail.com>2022-07-22 22:34:50 -0400
commita0714e2dca064e6eb0d69f6502ea9fae5180d709 (patch)
treeea63b045dbfc819ad361f6b225521e2a5f58829b
parentb54226ee2bcc942c71b1155b3962ae3d6554680d (diff)
.zshrc: Add some typo aliases
-rw-r--r--.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 27c1b05..0323e4e 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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)"