mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
adding IPYTHONDIR
This commit is contained in:
parent
004c464023
commit
fee569e159
1 changed files with 1 additions and 0 deletions
1
zshrc
1
zshrc
|
|
@ -28,6 +28,7 @@ source $ZSH/oh-my-zsh.sh
|
||||||
# Customize to your needs...
|
# Customize to your needs...
|
||||||
export PATH=$HOME/.bin:$PATH
|
export PATH=$HOME/.bin:$PATH
|
||||||
export PATH=$HOME/bin:$PATH
|
export PATH=$HOME/bin:$PATH
|
||||||
|
export IPYTHONDIR=$HOME/.ipython
|
||||||
source ~/.profile
|
source ~/.profile
|
||||||
#source /usr/local/Cellar/autojump/15/etc/autojump.zsh
|
#source /usr/local/Cellar/autojump/15/etc/autojump.zsh
|
||||||
#if [[ -z "$TMUX" ]]; then
|
#if [[ -z "$TMUX" ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue