mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
Compare commits
2 commits
9f5565ce1e
...
076d50ec63
Author | SHA1 | Date | |
---|---|---|---|
076d50ec63 | |||
b2e82876ca |
2 changed files with 9 additions and 3 deletions
|
@ -6,6 +6,7 @@ fi
|
||||||
# Export GPG_TTY for signing stuff with gpg
|
# Export GPG_TTY for signing stuff with gpg
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
|
||||||
# Create pathref envars to my frameworks
|
# Create pathref envars to my frameworks and sites folder
|
||||||
export VV="/var/www/fw/vegvisir/"
|
export S="/var/www/sites"
|
||||||
export REFL="/var/www/fw/reflect/"
|
export V="/var/www/fw/vegvisir/"
|
||||||
|
export R="/var/www/fw/reflect/"
|
||||||
|
|
|
@ -2,3 +2,8 @@ Host local.vlw.se
|
||||||
Port 2222
|
Port 2222
|
||||||
StrictHostKeyChecking no
|
StrictHostKeyChecking no
|
||||||
UserKnownHostsFile /dev/null
|
UserKnownHostsFile /dev/null
|
||||||
|
|
||||||
|
Host wg.vlw.se
|
||||||
|
Port 2222
|
||||||
|
StrictHostKeyChecking no
|
||||||
|
UserKnownHostsFile /dev/null
|
||||||
|
|
Loading…
Add table
Reference in a new issue