Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
goshacmd committed Aug 1, 2014
1 parent 3e5fa1f commit 7afed3d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@

[push]
default = current
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
2 changes: 1 addition & 1 deletion tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ set -g window-status-current-format "#[fg=black,bg=green]#[fg=black,bg=green,
set -g set-titles-string "tmux.#I.#w"
set -g base-index 1
set -s escape-time 0
setw -g aggressive-resize on
# setw -g aggressive-resize on
set -g default-command "reattach-to-user-namespace -l zsh"
set -g default-terminal "screen-256color"
set -g history-limit 50000
Expand Down
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Bundle 'tpope/vim-fugitive'
Bundle 'bronson/vim-trailing-whitespace'
Bundle 'tpope/vim-fireplace'
Bundle 'tpope/vim-tbone'
Bundle 'Valloric/YouCompleteMe'
"Bundle 'Valloric/YouCompleteMe'
Bundle 'mbbill/undotree'
Bundle 'sheerun/vim-polyglot'

Expand Down
5 changes: 4 additions & 1 deletion zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@
#

# eval `/usr/libexec/path_helper -s`
PATH=$PATH:/opt/X11/bin:/usr/local/MacGPG2/bin:/usr/texbin
PATH=$PATH:/opt/X11/bin
PATH=$PATH:/usr/local/MacGPG2/bin
PATH=$PATH:/usr/texbin
PATH=$PATH:$HOME/.cabal/bin
3 changes: 3 additions & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ source $HOME/Projects/dotfiles/terminal/base16-default.dark.sh

# Local settings
if [[ -e $HOME/.zshrc.local ]]; then source $HOME/.zshrc.local; fi

# OPAM configuration
. /Users/goshakkk/.opam/opam-init/init.zsh > /dev/null 2> /dev/null || true

0 comments on commit 7afed3d

Please sign in to comment.