mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Update
This commit is contained in:
@@ -13,15 +13,15 @@ CanonicalizeFallbackLocal yes
|
|||||||
CanonicalDomains systemoverlord.com
|
CanonicalDomains systemoverlord.com
|
||||||
CanonicalizeMaxDots 0
|
CanonicalizeMaxDots 0
|
||||||
|
|
||||||
# Defaults (May be Overridden)
|
|
||||||
Host *.*
|
|
||||||
CheckHostIP yes
|
|
||||||
|
|
||||||
Host *.cloudshell.dev
|
Host *.cloudshell.dev
|
||||||
# Cloudshell hostnames are too long for unix sockets
|
# Cloudshell hostnames are too long for unix sockets
|
||||||
ControlMaster no
|
ControlMaster no
|
||||||
|
|
||||||
Match canonical all
|
Match exec "test -d \"$XDG_RUNTIME_DIR\" && mkdir -p $XDG_RUNTIME_DIR/sshsock" final
|
||||||
|
ControlPath ${XDG_RUNTIME_DIR}/sshsock/%C
|
||||||
|
|
||||||
|
# Anything set earlier will take precedence, so these are defaults
|
||||||
|
Match final
|
||||||
CheckHostIP no
|
CheckHostIP no
|
||||||
ControlMaster auto
|
ControlMaster auto
|
||||||
ControlPath ~/.ssh/master/%r@%h:%p
|
ControlPath ~/.ssh/master/%r@%h:%p
|
||||||
|
|||||||
@@ -51,6 +51,9 @@ bindkey -v
|
|||||||
ulimit -c unlimited
|
ulimit -c unlimited
|
||||||
|
|
||||||
DIRSTACKSIZE=16
|
DIRSTACKSIZE=16
|
||||||
|
|
||||||
|
export OS="$(uname 2>/dev/null || echo "Unknown")"
|
||||||
|
|
||||||
# Set terminal title
|
# Set terminal title
|
||||||
case $TERM in
|
case $TERM in
|
||||||
xterm*|screen*)
|
xterm*|screen*)
|
||||||
|
|||||||
Reference in New Issue
Block a user