aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-07-30 23:08:19 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-07-30 23:08:19 +0200
commit6aa4b1e72cf63becc87da7cdcb6a96fbaf28a29e (patch)
treeb024be3083060986f15b067349913e1d6067923a /zsh/.zshrc
parent7ba2e4b1e71b40f8edc4854477991aebe9025be9 (diff)
downloaddotfiles-6aa4b1e72cf63becc87da7cdcb6a96fbaf28a29e.tar.xz
zsh: remove .zkbd
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index f34714e..c538a99 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -83,8 +83,6 @@ man() {
man "$@"
}
-# create a zkbd compatible hash;
-# # to add other keys to this hash, see: man 5 terminfo
typeset -A key
key[Home]=${terminfo[khome]}