add z from brew
This commit is contained in:
1
Brewfile
1
Brewfile
@@ -18,6 +18,7 @@ install tmux
|
|||||||
install zsh
|
install zsh
|
||||||
install highlight
|
install highlight
|
||||||
install nvm
|
install nvm
|
||||||
|
install z
|
||||||
|
|
||||||
# gitsh
|
# gitsh
|
||||||
tap thoughtbot/formulae
|
tap thoughtbot/formulae
|
||||||
|
|||||||
@@ -46,3 +46,4 @@ if [[ -d ~/.rvm ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
source $(brew --prefix nvm)/nvm.sh
|
source $(brew --prefix nvm)/nvm.sh
|
||||||
|
source `brew --prefix`/etc/profile.d/z.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user