mirror of
https://github.com/mqttr/dotfiles.git
synced 2025-12-15 04:25:50 -06:00
feat(zsh): update oh my zsh in zshrc
This commit is contained in:
11
zsh/.zshrc
11
zsh/.zshrc
@@ -25,20 +25,17 @@ ZSH_THEME="xiong-chiamiov"
|
||||
plugins=(
|
||||
zsh-autosuggestions
|
||||
common-aliases
|
||||
# ripgrep
|
||||
zoxide
|
||||
qrcode
|
||||
pip
|
||||
rust
|
||||
# git
|
||||
# sudo
|
||||
git
|
||||
zsh-syntax-highlighting
|
||||
)
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
# source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
## Oh My Zsh Initialization
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
################################################################################
|
||||
# Colours
|
||||
|
||||
Reference in New Issue
Block a user