mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
Merge branch master
This commit is contained in:
commit
d13332b135
5 changed files with 37 additions and 8 deletions
4
zshrc
4
zshrc
|
|
@ -10,6 +10,6 @@ export ZSH_THEME="robbyrussell"
|
|||
for i in $ZSH/*zsh; do source $i; done;
|
||||
|
||||
# Customize to your needs...
|
||||
export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin
|
||||
|
||||
#export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin
|
||||
export PATH=$PATH:$HOME/bin
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue