[2024-05-09] Minor .zshrc changes
This commit is contained in:
parent
062c5344e6
commit
3e799547f8
7
.zshrc
7
.zshrc
@ -8,7 +8,7 @@ export ZSH="$HOME/.oh-my-zsh"
|
||||
# load a random theme each time oh-my-zsh is loaded, in which case,
|
||||
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
||||
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
|
||||
ZSH_THEME="clean"
|
||||
ZSH_THEME="sorin"
|
||||
|
||||
# Set list of themes to pick from when loading at random
|
||||
# Setting this variable when ZSH_THEME=random will cause zsh to load
|
||||
@ -74,7 +74,7 @@ plugins=(git
|
||||
gh
|
||||
gitignore
|
||||
cp
|
||||
dotenv
|
||||
dotenv
|
||||
golang
|
||||
history
|
||||
pip
|
||||
@ -112,3 +112,6 @@ source $ZSH/oh-my-zsh.sh
|
||||
# Example aliases
|
||||
# alias zshconfig="mate ~/.zshrc"
|
||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||
|
||||
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
|
||||
export PATH="$PATH:$HOME/.rvm/bin"
|
||||
|
Loading…
x
Reference in New Issue
Block a user