diff --git a/bazaar/bazaar.conf b/bazaar/bazaar.conf index 8d1a528..22870f9 100644 --- a/bazaar/bazaar.conf +++ b/bazaar/bazaar.conf @@ -1,2 +1,2 @@ [DEFAULT] -email = Łukasz Langa +email = Cezary Krzyżanowski diff --git a/gitconfig b/gitconfig index 755c843..6fbeb3c 100644 --- a/gitconfig +++ b/gitconfig @@ -1,5 +1,5 @@ [user] - email = lukasz@langa.pl + email = cezary.krzyzanowski@gmail.com [push] default = current [color] diff --git a/profile_common b/profile_common index 4dc4358..88fa41a 100644 --- a/profile_common +++ b/profile_common @@ -39,6 +39,7 @@ alias arrakis="ssh -Yp26 ambv@193.33.35.202" alias giediprime="ssh -Yp26 ambv@193.33.35.203" alias landsraad-tunnel-5900="ssh -Yp26 ambv@193.33.35.200 -L 5900:localhost:5900 -N" alias landsraad-tunnel-5901="ssh -Yp26 ambv@193.33.35.200 -L 5901:localhost:5901 -N" +alias pogorzelisko="ssh czarny@195.110.48.39" # ALLPLAY alias allegra="ssh -Yp58881 root@ster-gaming.pl" diff --git a/vimrc b/vimrc index 6399ef5..a5d99d4 100644 --- a/vimrc +++ b/vimrc @@ -1,7 +1,7 @@ " Vim RC " -" Maintainer: Łukasz Langa - +" Author: Łukasz Langa +" Maintaner: Cezary Krzyżanowski " Bootstrap settings: " - reset previously set environmental settings " - don't allow specific files to override settings from this file @@ -232,7 +232,7 @@ let Tlist_Use_Right_Window=1 "let Tlist_Use_Horiz_Window=1 let Tlist_Compact_Format=1 -let snips_author='Łukasz Langa' +let snips_author='Cezary Krzyżanowski' let bufExplorerFindActive=0 let bufExplorerShowRelativePath=1