Compare commits

...

5 Commits

3 changed files with 9 additions and 1 deletions

6
.gitmodules vendored
View File

@@ -49,3 +49,9 @@
[submodule ".vim/bundle/vim-markdown"]
path = .vim/bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule ".vim/plugged/vim-floaterm"]
path = .vim/plugged/vim-floaterm
url = https://github.com/voldikss/vim-floaterm.git
[submodule ".vim/plugged/vim-sensible"]
path = .vim/plugged/vim-sensible
url = https://github.com/tpope/vim-sensible.git

2
.zshrc
View File

@@ -90,7 +90,7 @@ setopt nosharehistory
. $HOME/.shellrc.load
# tmux starten
#if [ "$TMUX" = "" ]; then exec tmux; fi
if [ "$TMUX" = "" ]; then exec tmux; fi
clear && udot
PATH="/Users/eragos/perl5/bin${PATH:+:${PATH}}"; export PATH;

View File

@@ -36,8 +36,10 @@ udot() {
fi
echo -e ""
echo -e "Update submodules..."
cd ~/.dotfiles
git submodule init
git submodule update
cd ~
echo -e ""
tmux source-file ~/.tmux.conf > /dev/null 2>&1
}