From 7c4e930ba49f096bde0a2fc6bbc7dd0d0b6b2d6c Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 8 Jan 2012 16:59:17 +0100 Subject: ZSH: Move `env' and `line' to separate files --- .zshrc | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 0ec4dbd..683d8fa 100644 --- a/.zshrc +++ b/.zshrc @@ -1,6 +1,9 @@ # -*- Mode: shell-script -*- # Setup variables PATH="${HOME}/bin:${PATH}:/usr/local/bin" +INFOPATH="${HOME}/documents/info:${INFOPATH}" + +export INFOPATH HISTFILE=~/.zsh/histfile HISTSIZE=1000 @@ -16,22 +19,6 @@ zstyle :compinstall filename '/home/slash/.zshrc' autoload -Uz compinit compinit -# Functions -function env() -{ - exec /usr/bin/env "$@" | grep -v ^LESS_TERMCAP_ -} - -function line() -{ - let width=`expr $COLUMNS - ${#1} - 2` - for i in {1..$width} - do - echo -n \\x2d - done - echo " $1" -} - function shutdown() { dbus-send --system --print-reply \ -- cgit v1.2.3-54-g00ecf