mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Added missing FX and named colors to spectrum.
This commit is contained in:
parent
05c94e2dd5
commit
b65195156d
39 changed files with 57 additions and 16 deletions
34
templates/zshrc.zsh
Normal file
34
templates/zshrc.zsh
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# Path to oh-my-zsh.
|
||||
OMZ="$HOME/.oh-my-zsh"
|
||||
|
||||
# Set the key mapping style to 'emacs' or 'vi'.
|
||||
KEYMAP='emacs'
|
||||
|
||||
# Set case-sensitivity for completion, history lookup, etc.
|
||||
CASE_SENSITIVE='false'
|
||||
|
||||
# Color output (auto set to 'false' on dumb terminals).
|
||||
COLOR='true'
|
||||
|
||||
# Auto set the tab and window titles.
|
||||
AUTO_TITLE='true'
|
||||
|
||||
# Auto convert .... to ../..
|
||||
DOT_EXPANSION='false'
|
||||
|
||||
# Indicate that completions are being generated.
|
||||
COMPLETION_INDICATOR='false'
|
||||
|
||||
# Set the plugins to load (see $OMZ/plugins/).
|
||||
# Example: plugins=(git lighthouse rails ruby textmate)
|
||||
plugins=(git)
|
||||
|
||||
# This will make you scream: OH MY ZSH!
|
||||
source "$OMZ/init.zsh"
|
||||
|
||||
# Load the prompt theme (type prompt -l to list all themes).
|
||||
# Setting it to 'random' loads a random theme.
|
||||
[[ "$TERM" != 'dumb' ]] && prompt sorin || prompt off
|
||||
|
||||
# Customize to your needs...
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue