updated stuff
This commit is contained in:
parent
872a2088b1
commit
9196f22dc0
4 changed files with 15 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue