mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
addin path to .bin
This commit is contained in:
parent
7888544579
commit
71db2a3307
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
#getting submodules
|
#getting submodules
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
sudo brew install autojump
|
||||||
f=$(pwd)
|
f=$(pwd)
|
||||||
ln -Fs $f"/zshrc" ~/.zshrc
|
ln -Fs $f"/zshrc" ~/.zshrc
|
||||||
|
|
|
||||||
3
zshrc
3
zshrc
|
|
@ -26,6 +26,7 @@ plugins=(git git-flow gem brew vi-mode pip osx)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
# Customize to your needs...
|
# Customize to your needs...
|
||||||
|
export PATH=$HOME/.bin:$PATH
|
||||||
|
export PATH=$HOME/bin:$PATH
|
||||||
source ~/.profile
|
source ~/.profile
|
||||||
source /usr/local/Cellar/autojump/15/etc/autojump.zsh
|
source /usr/local/Cellar/autojump/15/etc/autojump.zsh
|
||||||
[[ -s $HOME/.tmuxinator/scripts/tmuxinator ]] && source $HOME/.tmuxinator/scripts/tmuxinator
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue