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
|
||||
CanonicalizeMaxDots 0
|
||||
|
||||
# Defaults (May be Overridden)
|
||||
Host *.*
|
||||
CheckHostIP yes
|
||||
|
||||
Host *.cloudshell.dev
|
||||
# Cloudshell hostnames are too long for unix sockets
|
||||
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
|
||||
ControlMaster auto
|
||||
ControlPath ~/.ssh/master/%r@%h:%p
|
||||
|
||||
@@ -51,6 +51,9 @@ bindkey -v
|
||||
ulimit -c unlimited
|
||||
|
||||
DIRSTACKSIZE=16
|
||||
|
||||
export OS="$(uname 2>/dev/null || echo "Unknown")"
|
||||
|
||||
# Set terminal title
|
||||
case $TERM in
|
||||
xterm*|screen*)
|
||||
|
||||
Reference in New Issue
Block a user