blob: 38f7a017c4b06203106a8ff8bb6879b4533a124e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# -*- shell-script -*-
if test -n "$DISPLAY"; then
alias sshhome="ssh -YC -p7777 mattias@maandree.ignorelist.com"
else
alias sshhome="ssh -p7777 mattias@maandree.ignorelist.com"
fi
alias sftphome="sftp -P7777 mattias@maandree.ignorelist.com"
alias scphome="scp -P7777"
|