fix path for cygwin login and chdir

This commit is contained in:
U-EPSILON8\blecher 2017-01-30 11:12:45 +01:00
commit 67ab207cfa
2 changed files with 2 additions and 2 deletions

View file

@ -20,5 +20,4 @@ elif grep-flag-available --exclude=.cvs; then
fi
unfunction grep-flag-available
export GREP_OPTIONS="$GREP_OPTIONS"
export GREP_COLOR='1;32'

View file

@ -1,5 +1,7 @@
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
export PATH=$HOME/bin:/usr/local/bin:/usr/bin:$PATH
cd $HOME
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
@ -51,7 +53,6 @@ source $ZSH/oh-my-zsh.sh
# User configuration
export PATH=$HOME/bin:/usr/local/bin:$PATH
# export MANPATH="/usr/local/man:$MANPATH"
# You may need to manually set your language environment