mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Updated templates to reflect how themeing is set at the moment. Not quite happy with it yet.
This commit is contained in:
parent
a812654cbe
commit
9e17fe1fc1
2 changed files with 15 additions and 15 deletions
|
|
@ -1,11 +1,9 @@
|
|||
# Path to your oh-my-zsh configuration.
|
||||
ZSH=/usr/share/oh-my-zsh/
|
||||
|
||||
# Set name of the theme to load.
|
||||
# Look in /usr/local/share/oh-my-zsh/themes/
|
||||
# Optionally, if you set this to "random", it'll load a random theme each
|
||||
# time that oh-my-zsh is loaded.
|
||||
ZSH_THEME="arch-blue"
|
||||
load_oh_my_zshell(){
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
}
|
||||
|
||||
# Set to this to use case-sensitive completion
|
||||
# CASE_SENSITIVE="true"
|
||||
|
|
@ -24,10 +22,13 @@ DISABLE_AUTO_UPDATE="true"
|
|||
|
||||
# Which plugins would you like to load? (plugins can be found in /usr/local/share/oh-my-zsh/plugins/*)
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
plugins=(git)
|
||||
plugins=(archlinux sprung git)
|
||||
|
||||
load_oh_my_zshell(){
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
}
|
||||
load_oh_my_zshell
|
||||
|
||||
# Load a theme
|
||||
# Look in /usr/local/share/oh-my-zsh/themes/
|
||||
set_theme "arch-blue"
|
||||
# random_theme
|
||||
|
||||
# Customize to your needs...
|
||||
|
|
|
|||
|
|
@ -1,12 +1,6 @@
|
|||
# Path to your oh-my-zsh configuration.
|
||||
ZSH=$HOME/.oh-my-zsh
|
||||
|
||||
# Set name of the theme to load.
|
||||
# Look in ~/.oh-my-zsh/themes/
|
||||
# Optionally, if you set this to "random", it'll load a random theme each
|
||||
# time that oh-my-zsh is loaded.
|
||||
ZSH_THEME="robbyrussell"
|
||||
|
||||
# Set to this to use case-sensitive completion
|
||||
# CASE_SENSITIVE="true"
|
||||
|
||||
|
|
@ -28,4 +22,9 @@ plugins=(git)
|
|||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# Load a theme
|
||||
# Look in $ZSH/themes/
|
||||
set_theme "robbyrussell"
|
||||
# random_theme
|
||||
|
||||
# Customize to your needs...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue