added updates from ryx
This commit is contained in:
parent
ba5e6b644b
commit
4e988d741c
4 changed files with 19 additions and 4 deletions
|
@ -61,3 +61,6 @@ fi
|
|||
|
||||
source ~/.homesick/repos/homeshick/homeshick.sh
|
||||
source ~/.homesick/repos/homeshick/completions/homeshick-completion.bash
|
||||
|
||||
# added by travis gem
|
||||
[ -f /home/stv0g/.travis/travis.sh ] && source /home/stv0g/.travis/travis.sh
|
||||
|
|
|
@ -18,10 +18,10 @@
|
|||
ignorecase = false
|
||||
|
||||
[merge]
|
||||
tool = vimdiff
|
||||
tool = meld
|
||||
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
tool = meld
|
||||
|
||||
[rerere]
|
||||
# Store and re-use manual conflict resolution changes.
|
||||
|
@ -40,7 +40,7 @@
|
|||
|
||||
[difftool "sourcetree"]
|
||||
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
|
||||
path =
|
||||
path =
|
||||
[mergetool "sourcetree"]
|
||||
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
|
||||
trustExitCode = true
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
pinentry-program ${HOME}/.homesick/repos/dotfiles/pinentry.sh
|
||||
pinentry-program /home/stv0g/.homesick/repos/dotfiles/pinentry.sh
|
||||
write-env-file
|
||||
enable-ssh-support
|
||||
default-cache-ttl 600
|
||||
|
|
12
home/.ssh/config
Normal file
12
home/.ssh/config
Normal file
|
@ -0,0 +1,12 @@
|
|||
Host *.rz.rwth-aachen.de
|
||||
User sv111090
|
||||
|
||||
Host zerberus.rwth-aachen.de
|
||||
User vogel
|
||||
|
||||
Host acs.0l.dn42
|
||||
User acs-admin
|
||||
|
||||
Host *
|
||||
ControlMaster auto
|
||||
ControlPath ~/.ssh/master-%r@%h:%p
|
Loading…
Add table
Reference in a new issue