fixup
This commit is contained in:
parent
dc14a865b7
commit
ebcb3fd700
2 changed files with 12 additions and 11 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 6768906d07151140db901510b2c8b1ce2622f365
|
Subproject commit a72a26406ad3aa9a47c3f5227291bad23494bed0
|
21
zsh/.zshrc
21
zsh/.zshrc
|
@ -1,5 +1,6 @@
|
||||||
export PATH=$HOME/bins/toolbox:$HOME/.local/bin:/usr/local/bin:$HOME/.pyenv/bin:$PATH
|
export PATH=$HOME/bins/toolbox:$HOME/.local/bin:/usr/local/bin:$HOME/hosting-run-scripts/:$PATH
|
||||||
export ZSH=$HOME/.oh-my-zsh
|
export ZSH=$HOME/.oh-my-zsh
|
||||||
|
source ~/hosting-run-scripts/rc-files/ovhrc
|
||||||
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
||||||
ZSH_THEME="agnoster"
|
ZSH_THEME="agnoster"
|
||||||
DEFAULT_USER=$USER
|
DEFAULT_USER=$USER
|
||||||
|
@ -24,7 +25,7 @@ HIST_STAMPS="yyyy-mm-dd"
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(
|
plugins=(
|
||||||
adb
|
#adb
|
||||||
#ant
|
#ant
|
||||||
#apache2-macports
|
#apache2-macports
|
||||||
#arcanist
|
#arcanist
|
||||||
|
@ -82,7 +83,7 @@ docker-compose
|
||||||
#eecms
|
#eecms
|
||||||
#emacs
|
#emacs
|
||||||
#ember-cli
|
#ember-cli
|
||||||
emoji
|
#emoji
|
||||||
#emoji-clock
|
#emoji-clock
|
||||||
#emotty
|
#emotty
|
||||||
encode64
|
encode64
|
||||||
|
@ -162,7 +163,6 @@ man
|
||||||
#n98-magerun
|
#n98-magerun
|
||||||
nanoc
|
nanoc
|
||||||
#ng
|
#ng
|
||||||
#nix
|
|
||||||
#nmap
|
#nmap
|
||||||
node
|
node
|
||||||
#nomad
|
#nomad
|
||||||
|
@ -187,8 +187,8 @@ postgres
|
||||||
#powder
|
#powder
|
||||||
#powify
|
#powify
|
||||||
#profiles
|
#profiles
|
||||||
pyenv
|
#pyenv
|
||||||
pylint
|
#pylint
|
||||||
python
|
python
|
||||||
#rails
|
#rails
|
||||||
#rake
|
#rake
|
||||||
|
@ -202,7 +202,7 @@ redis-cli
|
||||||
#repo
|
#repo
|
||||||
rsync
|
rsync
|
||||||
#ruby
|
#ruby
|
||||||
rust
|
#rust
|
||||||
#rvm
|
#rvm
|
||||||
#safe-paste
|
#safe-paste
|
||||||
#sbt
|
#sbt
|
||||||
|
@ -246,7 +246,7 @@ tmux
|
||||||
#ubuntu
|
#ubuntu
|
||||||
#urltools
|
#urltools
|
||||||
#vagrant
|
#vagrant
|
||||||
vault
|
#vault
|
||||||
#vi-mode
|
#vi-mode
|
||||||
#vim-interaction
|
#vim-interaction
|
||||||
#virtualenv
|
#virtualenv
|
||||||
|
@ -268,7 +268,7 @@ vault
|
||||||
)
|
)
|
||||||
|
|
||||||
zstyle :omz:plugins:ssh-agent agent-forwarding on
|
zstyle :omz:plugins:ssh-agent agent-forwarding on
|
||||||
zstyle :omz:plugins:ssh-agent identities auberge
|
zstyle :omz:plugins:ssh-agent identities auberge work_201909
|
||||||
zstyle :omz:plugins:ssh-agent lifetime 4h
|
zstyle :omz:plugins:ssh-agent lifetime 4h
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
@ -338,5 +338,6 @@ alias osc='openstack console log show'
|
||||||
alias oss='openstack server'
|
alias oss='openstack server'
|
||||||
alias psa='ps auxwwwf'
|
alias psa='ps auxwwwf'
|
||||||
alias toph='top -cHd1'
|
alias toph='top -cHd1'
|
||||||
|
alias vdir='vdir --color=auto'
|
||||||
alias ip="ip --color"
|
alias ip="ip --color"
|
||||||
VAULT_ADDR="https://vault.ood.ovh:8200"
|
VAULT_ADDR="https://vault.ood.ovh:8200"
|
Loading…
Add table
Reference in a new issue