Change zsh theme to oh-my-zsh format
This commit is contained in:
parent
7e8d52fc22
commit
3b3f17368e
1 changed files with 2 additions and 3 deletions
5
.zshrc
5
.zshrc
|
@ -8,7 +8,7 @@
|
||||||
# load a random theme each time oh-my-zsh is loaded, in which case,
|
# load a random theme each time oh-my-zsh is loaded, in which case,
|
||||||
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
||||||
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
||||||
ZSH_THEME="robbyrussell"
|
ZSH_THEME="powerlevel9k/powerlevel9k"
|
||||||
|
|
||||||
# Set list of themes to pick from when loading at random
|
# Set list of themes to pick from when loading at random
|
||||||
# Setting this variable when ZSH_THEME=random will cause zsh to load
|
# Setting this variable when ZSH_THEME=random will cause zsh to load
|
||||||
|
@ -139,5 +139,4 @@ POWERLEVEL9K_COMMAND_EXECUTION_TIME_FOREGROUND='magenta'
|
||||||
POWERLEVEL9K_BACKGROUND_JOBS_BACKGROUND='clear'
|
POWERLEVEL9K_BACKGROUND_JOBS_BACKGROUND='clear'
|
||||||
POWERLEVEL9K_BACKGROUND_JOBS_FOREGROUND='green'
|
POWERLEVEL9K_BACKGROUND_JOBS_FOREGROUND='green'
|
||||||
|
|
||||||
source /usr/share/zsh-theme-powerlevel9k/powerlevel9k.zsh-theme
|
alias dotfiles='/usr/bin/git --git-dir=/home/marty/.dotfiles/ --work-tree=/home/marty'
|
||||||
alias dotfiles='/usr/bin/git --git-dir=/home/marty/.dotfiles/ --work-tree=/home/marty
|
|
Loading…
Reference in a new issue