mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
fix path for cygwin login and chdir
This commit is contained in:
parent
3340bf248a
commit
67ab207cfa
2 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue