Skip to content

Commit

Permalink
Input my emails and account parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rny committed Aug 18, 2011
1 parent 870a169 commit c3ac164
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bazaar/bazaar.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[DEFAULT]
email = Łukasz Langa <lukasz@langa.pl>
email = Cezary Krzyżanowski <cezary.krzyzanowski@gmail.com>
2 changes: 1 addition & 1 deletion gitconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[user]
email = lukasz@langa.pl
email = cezary.krzyzanowski@gmail.com
[push]
default = current
[color]
Expand Down
1 change: 1 addition & 0 deletions profile_common
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions vimrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" Vim RC
"
" Maintainer: Łukasz Langa <lukasz@langa.pl>

" Author: Łukasz Langa <lukasz@langa.pl>
" Maintaner: Cezary Krzyżanowski <cezary.krzyzanowski@gmail.com>
" Bootstrap settings:
" - reset previously set environmental settings
" - don't allow specific files to override settings from this file
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c3ac164

Please sign in to comment.