Compare commits
5 Commits
a72b3ca7ca
...
b1d520d666
| Author | SHA1 | Date | |
|---|---|---|---|
| b1d520d666 | |||
| abbf4bf28e | |||
| f36865aa27 | |||
| df74db6373 | |||
| e301fe0494 |
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -49,3 +49,9 @@
|
|||||||
[submodule ".vim/bundle/vim-markdown"]
|
[submodule ".vim/bundle/vim-markdown"]
|
||||||
path = .vim/bundle/vim-markdown
|
path = .vim/bundle/vim-markdown
|
||||||
url = https://github.com/plasticboy/vim-markdown.git
|
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
2
.zshrc
@@ -90,7 +90,7 @@ setopt nosharehistory
|
|||||||
. $HOME/.shellrc.load
|
. $HOME/.shellrc.load
|
||||||
|
|
||||||
# tmux starten
|
# tmux starten
|
||||||
#if [ "$TMUX" = "" ]; then exec tmux; fi
|
if [ "$TMUX" = "" ]; then exec tmux; fi
|
||||||
clear && udot
|
clear && udot
|
||||||
|
|
||||||
PATH="/Users/eragos/perl5/bin${PATH:+:${PATH}}"; export PATH;
|
PATH="/Users/eragos/perl5/bin${PATH:+:${PATH}}"; export PATH;
|
||||||
|
|||||||
@@ -36,8 +36,10 @@ udot() {
|
|||||||
fi
|
fi
|
||||||
echo -e ""
|
echo -e ""
|
||||||
echo -e "Update submodules..."
|
echo -e "Update submodules..."
|
||||||
|
cd ~/.dotfiles
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
cd ~
|
||||||
echo -e ""
|
echo -e ""
|
||||||
tmux source-file ~/.tmux.conf > /dev/null 2>&1
|
tmux source-file ~/.tmux.conf > /dev/null 2>&1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user