FEAT: Added Vi mode to zshrc
This commit is contained in:
parent
2682a25658
commit
ecd737e373
12
zsh/.zshrc
12
zsh/.zshrc
@ -14,10 +14,11 @@ fi
|
|||||||
typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet
|
typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
|
|
||||||
|
|
||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH="/home/nigel/.oh-my-zsh"
|
export ZSH="/home/nigel/.oh-my-zsh"
|
||||||
|
|
||||||
|
bindkey -v
|
||||||
|
|
||||||
ZSH_THEME="lambda"
|
ZSH_THEME="lambda"
|
||||||
|
|
||||||
# Use case-sensitive completion.
|
# Use case-sensitive completion.
|
||||||
@ -31,7 +32,6 @@ ENABLE_CORRECTION="true"
|
|||||||
|
|
||||||
HIST_STAMPS="dd/mm/yyyy"
|
HIST_STAMPS="dd/mm/yyyy"
|
||||||
|
|
||||||
|
|
||||||
# Which plugins would you like to load?
|
# Which plugins would you like to load?
|
||||||
plugins=(git zsh-autosuggestions zsh-syntax-highlighting tmux debian themes)
|
plugins=(git zsh-autosuggestions zsh-syntax-highlighting tmux debian themes)
|
||||||
|
|
||||||
@ -60,6 +60,10 @@ DOTNET_ROOT=$HOME/dotnet
|
|||||||
PATH=$PATH:$HOME/dotnet
|
PATH=$PATH:$HOME/dotnet
|
||||||
export PATH=$PATH:/home/nigel/Hacking/Development/depot_tools
|
export PATH=$PATH:/home/nigel/Hacking/Development/depot_tools
|
||||||
|
|
||||||
|
# Personal Aliases
|
||||||
|
alias zshconfig="mate ~/.zshrc"
|
||||||
|
alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
|
|
||||||
# Add Clang-Tools
|
# Add Clang-Tools
|
||||||
export PATH=$PATH:$HOME/llvm/build/bin
|
export PATH=$PATH:$HOME/llvm/build/bin
|
||||||
|
|
||||||
@ -81,7 +85,5 @@ source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
|
|||||||
# zsh paramater for dotnet cli tab completion
|
# zsh paramater for dotnet cli tab completion
|
||||||
compctl -K _dotnet_zsh_complete dotnet
|
compctl -K _dotnet_zsh_complete dotnet
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user