Skip to content

Commit

Permalink
Adding tmux alias and manpath setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviof committed Mar 5, 2012
1 parent 43fdfb5 commit 741bf47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions zprofile
Expand Up @@ -9,6 +9,7 @@ alias ff='find ./ -iname $*'
alias mv='mv -iv'
alias rm='rm -iv'
alias perldoc='perldoc -t'
alias tmux='tmux -2'

# ---------------------------------------------------------------------------
# -- Booking's:
Expand Down
1 change: 1 addition & 0 deletions zshenv
Expand Up @@ -51,6 +51,7 @@ source $HOME/.github
# for some awkward reason it's not being true;
#

export MANPATH=""
[[ -x '/usr/libexec/path_helper' ]] && \
eval "$(/usr/libexec/path_helper -s)"

Expand Down

0 comments on commit 741bf47

Please sign in to comment.