aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules6
-rw-r--r--bash/bashrc2
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index 159aeafa..e562d1e0 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,12 +1,12 @@
[submodule "vim/bundle/dessert"]
path = vim/bundle/dessert
- url = git://github.com/tejr/dessert.git
+ url = https://github.com/tejr/dessert.git
ignore = dirty
[submodule "vim/bundle/repeat"]
path = vim/bundle/repeat
- url = http://github.com/tpope/vim-repeat.git
+ url = https://github.com/tpope/vim-repeat.git
ignore = dirty
[submodule "vim/bundle/surround"]
path = vim/bundle/surround
- url = http://github.com/tpope/vim-surround.git
+ url = https://github.com/tpope/vim-surround.git
ignore = dirty
diff --git a/bash/bashrc b/bash/bashrc
index 6b5d440b..87f499fa 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -108,4 +108,4 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi
-alias screen ='screen -U'
+alias screen='screen -U'