summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2017-11-12 16:17:58 -0800
committerMatt Turner <mattst88@gmail.com>2017-11-12 16:17:58 -0800
commit60a3f80bea01b838fb3ee995ff5085f249e23a30 (patch)
treeaab5b79579730c5496d24b3437dc81d631ca55da
parent9a5ffbc8de0e9a15c1bb730dbca923d42c9edd86 (diff)
Update .zshrc
-rw-r--r--.zshrc16
1 files changed, 3 insertions, 13 deletions
diff --git a/.zshrc b/.zshrc
index a80cd7c..205d62a 100644
--- a/.zshrc
+++ b/.zshrc
@@ -23,12 +23,9 @@ setopt hist_ignore_space
# Breaks "eix ^asdf"
# setopt extendedglob
-bindkey "^[[H" beginning-of-line
-bindkey "^[[1~" beginning-of-line
-bindkey "^[OH" beginning-of-line
-bindkey "^[[F" end-of-line
-bindkey "^[[4~" end-of-line
-bindkey "^[OF" end-of-line
+bindkey "^A" beginning-of-line
+bindkey "^E" end-of-line
+
bindkey ' ' magic-space # also do history expansion on space
bindkey '^R' history-incremental-search-backward
@@ -45,12 +42,5 @@ bindkey "\e[3~" delete-char
export PATH=:$PATH:~/bin
-if [ -f "${HOME}/.gpg-agent-info" ]; then
- . "${HOME}/.gpg-agent-info"
- export GPG_AGENT_INFO
- export SSH_AUTH_SOCK
-fi
-export GPG_TTY=$(tty)
-
. /etc/profile.d/autojump.sh
. /etc/profile.d/vte-2.91.sh