diff options
author | Sebastian Reichel <sre@ring0.de> | 2012-07-04 15:52:50 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2012-07-04 15:52:50 +0200 |
commit | 1b5a1f844e4d800d1ec0f48961133af25b665753 (patch) | |
tree | fa571810b99d04c4d6616adb6eec4d8a52c0301b | |
parent | cf7fb97eb13dce42f486660d4199d7664b1c20bb (diff) | |
download | zsh-config-1b5a1f844e4d800d1ec0f48961133af25b665753.tar.bz2 |
kramdown is in /usr/bin in debian's ruby-kramdown package
-rw-r--r-- | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ export PAGER=vimpager export BROWSER=chromium # path /sbin for ifconfig etc. -export PATH=$PATH:/usr/sbin:/sbin:/var/lib/gems/1.8/bin +export PATH=$PATH:/usr/sbin:/sbin # function to set terminal title title() { |