mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
configuration and cool theme
This commit is contained in:
parent
7ccf4603a5
commit
ffad1a7625
5 changed files with 23 additions and 17 deletions
13
zshrc
13
zshrc
|
|
@ -3,19 +3,19 @@
|
|||
[[ -f /etc/profile ]] && . /etc/profile
|
||||
|
||||
# Path to your oh-my-zsh configuration.
|
||||
ZSH=$HOME/.oh-my-zsh
|
||||
ZSH=$HOME/.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"
|
||||
ZSH_THEME="rweng"
|
||||
|
||||
# Set to this to use case-sensitive completion
|
||||
# CASE_SENSITIVE="true"
|
||||
|
||||
# Comment this out to disable weekly auto-update checks
|
||||
# DISABLE_AUTO_UPDATE="true"
|
||||
DISABLE_AUTO_UPDATE="true"
|
||||
|
||||
# Uncomment following line if you want to disable colors in ls
|
||||
# DISABLE_LS_COLORS="true"
|
||||
|
|
@ -37,10 +37,9 @@ alias h="dirs -v"
|
|||
unalias d
|
||||
|
||||
RWZSH=$HOME/.zsh
|
||||
. $RWZSH/config.zsh
|
||||
. $RWZSH/aliases.zsh
|
||||
. $RWZSH/completion.zsh
|
||||
. $RWZSH/functions.zsh
|
||||
. $ZSH/config.zsh
|
||||
. $ZSH/aliases.zsh
|
||||
. $ZSH/completion.zsh
|
||||
|
||||
# use .localrc for settings specific to one system
|
||||
[[ -f ~/.localrc ]] && . ~/.localrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue