add hx,alac update omz
This commit is contained in:
parent
9fc773bddc
commit
6233c23db0
9 changed files with 3316 additions and 23 deletions
20
config/zshrc
20
config/zshrc
|
@ -1,4 +1,4 @@
|
|||
export PATH=$HOME/bins/toolbox:$HOME/.local/bin:/usr/local/bin:$HOME/hosting-run-scripts/:$PATH
|
||||
export PATH=$HOME/bins/toolbox:$HOME/.cargo/bin:$HOME/.local/bin:/usr/local/bin:$HOME/hosting-run-scripts/:$PATH
|
||||
export ZSH=$HOME/.oh-my-zsh
|
||||
source ~/hosting-run-scripts/rc-files/ovhrc
|
||||
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
||||
|
@ -17,6 +17,11 @@ DISABLE_AUTO_UPDATE="false"
|
|||
# DISABLE_UNTRACKED_FILES_DIRTY="true"
|
||||
HIST_STAMPS="yyyy-mm-dd"
|
||||
|
||||
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init --path)"
|
||||
|
||||
# Would you like to use another custom folder than $ZSH/custom?
|
||||
# ZSH_CUSTOM=/path/to/new-custom-folder
|
||||
|
||||
|
@ -187,7 +192,7 @@ postgres
|
|||
#powder
|
||||
#powify
|
||||
#profiles
|
||||
#pyenv
|
||||
pyenv
|
||||
#pylint
|
||||
python
|
||||
#rails
|
||||
|
@ -245,7 +250,7 @@ tmux
|
|||
#tugboat
|
||||
ubuntu
|
||||
#urltools
|
||||
#vagrant
|
||||
vagrant
|
||||
#vault
|
||||
#vi-mode
|
||||
#vim-interaction
|
||||
|
@ -268,7 +273,7 @@ ubuntu
|
|||
)
|
||||
|
||||
zstyle :omz:plugins:ssh-agent agent-forwarding on
|
||||
zstyle :omz:plugins:ssh-agent identities auberge work_201909
|
||||
zstyle :omz:plugins:ssh-agent identities work_201909
|
||||
zstyle :omz:plugins:ssh-agent lifetime 4h
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
@ -283,7 +288,7 @@ source $ZSH/oh-my-zsh.sh
|
|||
# else
|
||||
# export EDITOR='mvim'
|
||||
# fi
|
||||
|
||||
export EDITOR='hx'
|
||||
# Compilation flags
|
||||
# export ARCHFLAGS="-arch x86_64"
|
||||
|
||||
|
@ -354,4 +359,7 @@ alias melt='sm3 gs@mozg-meltingpot.ovh.ha.ovh.net'
|
|||
alias mis='sm3 mozg-mis.ovh.ha.ovh.net'
|
||||
alias logalert='sm3 --osh logovh --log alert | grep -E "MUTU|INTERNE|CLOUDWEB"'
|
||||
alias evilssh='ssh sm3.ovh.net -- --osh selfForgetHostKey --host mis-reseller.lb.engine.ha.ovh.net --port 10666 && ssh -t sm3.ovh.net -- root@mis-reseller.lb.engine.ha.ovh.net -p 10666'
|
||||
source ~/.webhosting/activate
|
||||
source ~/.webhosting/activate
|
||||
autoload -Uz compinit
|
||||
zstyle ':completion:*' menu select
|
||||
fpath+=~/.zfunc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue