summaryrefslogtreecommitdiff
path: root/.zshenv
diff options
context:
space:
mode:
authorRené Neumann <rene.neumann@in.tum.de>2012-10-17 11:02:13 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2012-10-17 11:02:13 +0200
commitd4613dbcd2e340d5bfc0f0c5a38df1aac2a32915 (patch)
tree97bc1f4f2666a182b6405cef40ef8629bd839bf0 /.zshenv
parentc2b71d97ae13a17def29bf98aca48714142a889a (diff)
downloaddotfiles-d4613dbcd2e340d5bfc0f0c5a38df1aac2a32915.tar.gz
dotfiles-d4613dbcd2e340d5bfc0f0c5a38df1aac2a32915.tar.bz2
dotfiles-d4613dbcd2e340d5bfc0f0c5a38df1aac2a32915.zip
Add the kw() function
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshenv b/.zshenv
index 21c7a8c..f38c243 100644
--- a/.zshenv
+++ b/.zshenv
@@ -7,6 +7,9 @@ autoload ${fpath[1]}/*(:t)
[[ -d ~/bin ]] && path=(~/bin $path)
+# other variables
+_kw="~amd64"
+
# exports
export ECHANGELOG_USER="René Neumann (Necoro) <gentoo@necoro.eu>"
export EDITOR=vim