diff --git a/toCopy/sshconfig b/toCopy/sshconfig index 200ad71..5938aa8 100644 --- a/toCopy/sshconfig +++ b/toCopy/sshconfig @@ -1,4 +1,15 @@ Host web ForwardX11 yes HostName megumi.eeleater.org - User eeleater + +Host ldap + HostName ldap.eeleater.org + +Host mail + ForwardX11 yes + HostName mail.eeleater.org + +Host sso + ForwardX11 yes + Hostname 192.168.100.78 + ProxyJump web diff --git a/zsh/export.zsh b/zsh/export.zsh index 95c3dea..691ed4d 100644 --- a/zsh/export.zsh +++ b/zsh/export.zsh @@ -7,4 +7,4 @@ export path=($path /home/linuxbrew/.linuxbrew/sbin /home/linuxbrew/.linuxbrew/bi export fpath=($fpath /home/linuxbrew/.linuxbrew/share/zsh/site-functions) export manpath=($manpath /home/linuxbrew/.linuxbrew/share/man) export infopath=($infopath /home/linuxbrew/.linuxbrew/share/info) -export XDG_DATA_DIRS=($XDG_DATA_DIRS /home/linuxbrew/.linuxbrew/share) +export XDG_DATA_DIRS=($XDG_DATA_DIRS /home/linuxbrew/.linuxbrew/share) diff --git a/zsh/functions/systemctl.zsh b/zsh/functions/systemctl.zsh index 4fb6766..ed22bc5 100644 --- a/zsh/functions/systemctl.zsh +++ b/zsh/functions/systemctl.zsh @@ -5,4 +5,4 @@ for cmd in $cmds; do done alias sc-enablenow="sc-enable --now" -alias sc-disablenow="sc-disable --now" +alias sc-disablenow="sc-disable --now" diff --git a/zsh/history.zsh b/zsh/history.zsh index 4333418..9c139c0 100644 --- a/zsh/history.zsh +++ b/zsh/history.zsh @@ -37,4 +37,4 @@ setopt hist_ignore_dups # ignore duplicated commands history list setopt hist_ignore_space # ignore commands that start with space setopt hist_verify # show command with history expansion to user before running it setopt inc_append_history # add commands to HISTFILE in order of execution -setopt share_history # share command history data +setopt share_history # share command history data