path change

This commit is contained in:
Barak Michener 2014-08-15 14:12:11 -04:00
parent 5baa9515af
commit 46ad610e41
4 changed files with 18 additions and 16 deletions

View file

@ -8,19 +8,6 @@
# for ssh logins, install and configure the libpam-umask package.
#umask 022
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
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
# if running bash
if [ -n "$BASH_VERSION" ]; then

14
.bashrc
View file

@ -14,6 +14,20 @@ _JAVA_AWT_WM_NONREPARENTING=1; export _JAVA_AWT_WM_NONREPARENTING
# set ENV to a file invoked each time sh is started for interactive use.
ENV=$HOME/.bashrc; export ENV
PATH=$HOME/bin:$HOME/.gem/ruby/1.9.1/bin:$HOME/.cabal/bin:$HOME/.go/bin:$PATH:/bin:/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/usr/games:/usr/X11R6/bin:/usr/lib/go/bin; 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
MAILPATH=/var/spool/mail/$USER
for i in ~/mail/*
do

View file

@ -1,6 +1,6 @@
(source gnu)
(source melpa)
(source marmalade)
(source melpa)
(source org)
(depends-on "ack-and-a-half")
@ -8,13 +8,12 @@
(depends-on "auto-complete-clang")
(depends-on "auto-complete-clang-async")
(depends-on "cask")
(depends-on "cedit")
(depends-on "company-go")
(depends-on "dirtree")
(depends-on "elpy")
(depends-on "epc")
(depends-on "evil")
(depends-on "neotree" :git "https://github.com/jaypei/emacs-neotree")
(depends-on "exec-path-from-shell")
(depends-on "flx-ido")
(depends-on "flycheck")

View file

@ -1,6 +1,7 @@
;; /This/ file (~init.el~) that you are reading
;; should be in this folder
(add-to-list 'load-path "~/.emacs.d/")
(add-to-list 'load-path "~/.emacs.d/neotree")
(if (< emacs-major-version 23)
(defun characterp (obj)
@ -103,6 +104,7 @@
;; Neotree
(require 'neotree)
(menu-bar-mode -1)
;; Evil Key Defines
(define-key evil-normal-state-map "gc" 'kill-buffer-and-window)