mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
tell people to configure their editor
This commit is contained in:
parent
423692d517
commit
d264b764c0
1 changed files with 6 additions and 3 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
# If you want to configure your EDITOR variable
|
||||||
|
# (and you should) do it before
|
||||||
|
# oh-my-zsh gets started
|
||||||
|
# export EDITOR="/usr/bin/emacsclient -a/usr/bin/emacs"
|
||||||
|
|
||||||
|
|
||||||
# Path to your oh-my-zsh configuration.
|
# Path to your oh-my-zsh configuration.
|
||||||
export ZSH=$HOME/.oh-my-zsh
|
export ZSH=$HOME/.oh-my-zsh
|
||||||
|
|
||||||
|
|
@ -8,9 +14,6 @@ export ZSH_THEME="robbyrussell"
|
||||||
# Set to this to use case-sensitive completion
|
# Set to this to use case-sensitive completion
|
||||||
# export CASE_SENSITIVE="true"
|
# export CASE_SENSITIVE="true"
|
||||||
|
|
||||||
# Comment this out to disable weekly auto-update checks
|
|
||||||
# export DISABLE_AUTO_UPDATE="true"
|
|
||||||
|
|
||||||
# Uncomment following line if you want to disable colors in ls
|
# Uncomment following line if you want to disable colors in ls
|
||||||
# export DISABLE_LS_COLORS="true"
|
# export DISABLE_LS_COLORS="true"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue