Merge branch 'master' of git.eeleater.org:eeleater/dotfiles
This commit is contained in:
commit
586ddd055c
5 changed files with 20 additions and 4 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
zplugin/completions
|
||||||
|
zplugin/plugins
|
||||||
|
zplugin/polaris
|
||||||
|
zplugin/services
|
||||||
|
zplugin/snippets
|
|
@ -1,4 +1,15 @@
|
||||||
Host web
|
Host web
|
||||||
ForwardX11 yes
|
ForwardX11 yes
|
||||||
HostName megumi.eeleater.org
|
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 fpath=($fpath /home/linuxbrew/.linuxbrew/share/zsh/site-functions)
|
||||||
export manpath=($manpath /home/linuxbrew/.linuxbrew/share/man)
|
export manpath=($manpath /home/linuxbrew/.linuxbrew/share/man)
|
||||||
export infopath=($infopath /home/linuxbrew/.linuxbrew/share/info)
|
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
|
done
|
||||||
|
|
||||||
alias sc-enablenow="sc-enable --now"
|
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_ignore_space # ignore commands that start with space
|
||||||
setopt hist_verify # show command with history expansion to user before running it
|
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 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