aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc2
-rw-r--r--gitconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/bashrc b/bashrc
index c4e34fb..a40dd95 100644
--- a/bashrc
+++ b/bashrc
@@ -18,7 +18,7 @@ PS1='\u:\w$(__git_ps1 "\[\033[0;32m\]@\[\033[1;32m\]%s\[\033[0m\]\]") $ '
export KDEV_DIR=/home/mssola/kde/kdevelop
export KDEDIR=$KDEV_DIR
export KDEDIRS=$KDEDIR
-export KDEV=/home/mssola/Projects/kdevelop4
+export KDEV=/home/mssola/Projects/kdevelop
export RUBY=$KDEV/kdev-ruby
PATH=$KDEV_DIR/bin:$PATH
diff --git a/gitconfig b/gitconfig
index fec52b0..a110248 100644
--- a/gitconfig
+++ b/gitconfig
@@ -4,7 +4,7 @@
[url "git://github.com/mssola/"]
insteadOf = mssola:
-[url "git@github.com:mssola/"]
+[url "ssh://git@github.com:mssola/"]
pushInsteadOf = mssola:
[url "git://anongit.kde.org/"]