added iterm submodule
parent
95af6240e1
commit
4a127af11a
1
.bashrc
1
.bashrc
|
|
@ -65,7 +65,6 @@ if [ -f /etc/bash_completion ]; then
|
||||||
. /etc/bash_completion
|
. /etc/bash_completion
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
function vim(){
|
function vim(){
|
||||||
if [[ $# -eq 0 ]]; then
|
if [[ $# -eq 0 ]]; then
|
||||||
gvim &
|
gvim &
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
{"githubUsername":"adamveld12","apiKey":"637eb46302741cf48645b0d1fee03b4d6c49c8c6","exercismDirectory":"/Users/Adam/Projects/exercism","hostname":"http://exercism.io"}
|
||||||
|
|
@ -4,3 +4,6 @@
|
||||||
[submodule "Tools/modules/powerline-fonts"]
|
[submodule "Tools/modules/powerline-fonts"]
|
||||||
path = Tools/modules/powerline-fonts
|
path = Tools/modules/powerline-fonts
|
||||||
url = git://github.com/Lokaltog/powerline-fonts.git
|
url = git://github.com/Lokaltog/powerline-fonts.git
|
||||||
|
[submodule "Tools/modules/iTerm2-Color-Schemes"]
|
||||||
|
path = Tools/modules/iTerm2-Color-Schemes
|
||||||
|
url = git://github.com/mbadolato/iTerm2-Color-Schemes.git
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 20a54b079c8be65db941776f0b824054bb297b31
|
||||||
Loading…
Reference in New Issue