aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-11-04 19:15:52 +1300
committerTom Ryder <tom@sanctum.geek.nz>2011-11-04 19:15:52 +1300
commitd40b00d409caa598197be5abe9974004c7c0710e (patch)
tree26a6f46db46c33865abe2ddc0e306de33f53c50a
parentSome terminal tweaks (diff)
downloaddotfiles-d40b00d409caa598197be5abe9974004c7c0710e.tar.gz
dotfiles-d40b00d409caa598197be5abe9974004c7c0710e.zip
Use consistent URL scheme
-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'