Add plugins and update paths.
This commit is contained in:
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
Submodule zsh-custom/plugins/zsh-autosuggestions added at fedc22e9bb
1
zsh-custom/plugins/zsh-syntax-highlighting
Submodule
1
zsh-custom/plugins/zsh-syntax-highlighting
Submodule
Submodule zsh-custom/plugins/zsh-syntax-highlighting added at 73cb832702
Reference in New Issue
Block a user