From 8f8d17eba0ea3f8c4749ec301dcd61fd169009d4 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Thu, 25 Apr 2013 19:39:00 -0400 Subject: [PATCH] modify zsh --- .zsh_profile | 32 -------------------------------- .zshrc | 1 + 2 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 .zsh_profile diff --git a/.zsh_profile b/.zsh_profile deleted file mode 100644 index 7c76f2c..0000000 --- a/.zsh_profile +++ /dev/null @@ -1,32 +0,0 @@ -# $FreeBSD: src/share/skel/dot.profile,v 1.19.2.2 2002/07/13 16:29:10 mp Exp $ -# -# .profile - Bourne Shell startup script for login shells -# -# see also sh(1), environ(7). -# - -# remove /usr/games and /usr/X11R6/bin if you want -PATH=$HOME/bin:/bin:/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/usr/games:/usr/X11R6/bin:$HOME/.gem/ruby/1.9.1/bin:$PATH; export PATH -case `uname` in -SunOS) - UCB_PATH=/usr/sww/lang/acl:/usr/sww/lang/jdk-1.5.0/bin:/usr/openwin/bin:/usr/dt/bin:/usr/sww/opt/java/bin:/usr/sww/bin:/share/b/grading/bin:/share/b/grading/sbin:/share/b/runas/sun4u:/share/b/bin:/home/aa/projects/scheme/bin:/usr/ucb:/usr/ccs/bin:/usr/sfw/bin; export UCB_PATH - PATH=$PATH:$UCB_PATH; export PATH - ;; -Darwin) - MACPORTS_PATH=/opt/local/bin:/opt/local/sbin:/opt/local/usr/bin:/opt/local/usr/local/bin; export MACPORTS_PATH - PATH=$HOME/bin:$MACPORTS_PATH:$PATH; export PATH - #export DISPLAY=:0.0 -# set completion-ignore-case on - ;; -esac - -# Setting TERM is normally done through /etc/ttys. Do only override -# if you're sure that you'll never log in via telnet or xterm or a -# serial line. -# Use cons25l1 for iso-* fonts -# TERM=cons25; export TERM - -BLOCKSIZE=K; export BLOCKSIZE -EDITOR=vim; export EDITOR -PAGER=less; export PAGER - diff --git a/.zshrc b/.zshrc index f8fc2ee..5fa34d7 100644 --- a/.zshrc +++ b/.zshrc @@ -22,6 +22,7 @@ bindkey -e #ZLS_COLORS=$LS_COLORS +PATH=$HOME/bin:/bin:/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/usr/games:/usr/X11R6/bin:/$HOME/.gem/ruby/1.9.1/bin:$HOME/.cabal/bin:/usr/lib/go/bin:$PATH; export PATH export DISTCC_HOSTS='hyades01 hyades02 hyades03 hyades04' #if [[ "$GOROOT" == "" ]]; then #export GOROOT=$HOME/local/go