1
0
Fork 0

FEAT: Added Vi mode to zshrc

main
Nigel Barink 2024-04-03 18:21:53 +02:00
parent 2682a25658
commit ecd737e373
Signed by: Nigel
GPG Key ID: C54278C495538619
1 changed files with 7 additions and 5 deletions

View File

@ -14,10 +14,11 @@ fi
typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
# Path to your oh-my-zsh installation.
export ZSH="/home/nigel/.oh-my-zsh"
bindkey -v
ZSH_THEME="lambda"
# Use case-sensitive completion.
@ -31,7 +32,6 @@ ENABLE_CORRECTION="true"
HIST_STAMPS="dd/mm/yyyy"
# Which plugins would you like to load?
plugins=(git zsh-autosuggestions zsh-syntax-highlighting tmux debian themes)
@ -60,6 +60,10 @@ DOTNET_ROOT=$HOME/dotnet
PATH=$PATH:$HOME/dotnet
export PATH=$PATH:/home/nigel/Hacking/Development/depot_tools
# Personal Aliases
alias zshconfig="mate ~/.zshrc"
alias ohmyzsh="mate ~/.oh-my-zsh"
# Add Clang-Tools
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
compctl -K _dotnet_zsh_complete dotnet
eval "$(starship init zsh)"