mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Changed the main file extension from sh to zsh.
This commit is contained in:
parent
b34e9e0022
commit
00d4f280ae
2 changed files with 1 additions and 1 deletions
24
templates/zshrc.template.zsh
Normal file
24
templates/zshrc.template.zsh
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Path to oh-my-zsh.
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
|
||||
# Set the name of the theme to load (see $ZSH/themes/).
|
||||
# Setting it to 'random' loads a random theme.
|
||||
export ZSH_THEME="robbyrussell"
|
||||
|
||||
# Set to 'true' to enable case-sensitivity.
|
||||
export CASE_SENSITIVE='false'
|
||||
|
||||
# Set to 'true' to disable color (auto set on dumb terminals).
|
||||
export DISABLE_COLOR='false'
|
||||
|
||||
# Set to 'true' to disable auto setting the tab and window titles.
|
||||
export DISABLE_AUTO_TITLE='false'
|
||||
|
||||
# Set the plugins to load (see $ZSH/plugins/).
|
||||
# Example: plugins=(rails git textmate ruby lighthouse)
|
||||
plugins=(git)
|
||||
|
||||
source "$ZSH/oh-my-zsh.zsh"
|
||||
|
||||
# Customize to your needs...
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue