mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
updated .zshrc template to match my current .zshrc file
This commit is contained in:
parent
586997801a
commit
e11dfa05c4
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ export ZSH=$HOME/.oh-my-zsh
|
|||
|
||||
# Set to the name theme to load.
|
||||
# Look in ~/.oh-my-zsh/themes/
|
||||
export ZSH_THEME="robbyrussell"
|
||||
export ZSH_THEME="andyferra"
|
||||
|
||||
# Set to this to use case-sensitive completion
|
||||
# export CASE_SENSITIVE="true"
|
||||
|
|
@ -21,3 +21,4 @@ plugins=(git)
|
|||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# Customize to your needs...
|
||||
export PATH=~/bin:$PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue