Add plugins and update paths.
This commit is contained in:
parent
fa7675894d
commit
875831fc1d
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,3 +1,9 @@
|
||||
[submodule ".oh-my-zsh"]
|
||||
path = .oh-my-zsh
|
||||
url = https://github.com/robbyrussell/oh-my-zsh.git
|
||||
[submodule "zsh-custom/plugins/zsh-autosuggestions"]
|
||||
path = zsh-custom/plugins/zsh-autosuggestions
|
||||
url = git://github.com/zsh-users/zsh-autosuggestions
|
||||
[submodule "zsh-custom/plugins/zsh-syntax-highlighting"]
|
||||
path = zsh-custom/plugins/zsh-syntax-highlighting
|
||||
url = git://github.com/zsh-users/zsh-syntax-highlighting
|
||||
|
4
path.sh
4
path.sh
@ -1,5 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
PYTHONPATH=${PYTHONPATH}:${HOME}/Dev/python/libs
|
||||
PYTHONPATH=${PYTHONPATH}:/local/lib/python3.4
|
||||
PYTHONPATH=${PYTHONPATH}:/usr/local/lib/python3.4
|
||||
|
||||
GUROBI_PATH=$(ls -d $HOME/.softwares/gurobi*/linux64 2> /dev/null)
|
||||
|
||||
if [ -e "$GUROBI_PATH" ]; then
|
||||
|
1
zsh-custom/plugins/zsh-autosuggestions
Submodule
1
zsh-custom/plugins/zsh-autosuggestions
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit fedc22e9bbd046867860e772d7d6787f5dae9d4c
|
1
zsh-custom/plugins/zsh-syntax-highlighting
Submodule
1
zsh-custom/plugins/zsh-syntax-highlighting
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 73cb83270262bbb6bf110a8a6a99f36db8f56cef
|
Loading…
Reference in New Issue
Block a user