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=(
|
plugins=(
|
||||||
zsh-autosuggestions
|
zsh-autosuggestions
|
||||||
common-aliases
|
common-aliases
|
||||||
# ripgrep
|
|
||||||
zoxide
|
zoxide
|
||||||
qrcode
|
qrcode
|
||||||
pip
|
pip
|
||||||
rust
|
rust
|
||||||
# git
|
git
|
||||||
# sudo
|
|
||||||
zsh-syntax-highlighting
|
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
|
# Colours
|
||||||
|
|||||||
Reference in New Issue
Block a user