added devops devcontainer and image
All checks were successful
/ build-docker-image (push) Successful in 1m48s
All checks were successful
/ build-docker-image (push) Successful in 1m48s
This commit is contained in:
8
devops/assets/.zshrc
Normal file
8
devops/assets/.zshrc
Normal file
@@ -0,0 +1,8 @@
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
DISABLE_AUTO_UPDATE=true
|
||||
DISABLE_UPDATE_PROMPT=true
|
||||
ZSH_COLORIZE_TOOL=chroma
|
||||
export FAST_HIGHLIGHT_CHROMA=1
|
||||
ZSH_THEME="gnzh"
|
||||
plugins=(git timer web-search ssh kubectl helm colorize zsh-autosuggestions fast-syntax-highlighting)
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
Reference in New Issue
Block a user