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"]
|
||||
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
2
.zshrc
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user