summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)"