Migration to slimline - fix.

This commit is contained in:
Bartek Stalewski 2020-01-10 15:16:44 +01:00
parent 622b9327d2
commit e062e0b1d0
3 changed files with 4 additions and 4 deletions

View file

@ -1,11 +1,10 @@
export ZSH=$HOME/.oh-my-zsh
ZSH_THEME="agnoster"
CASE_SENSITIVE="true"
ENABLE_CORRECTION="true"
plugins=(git zsh-autosuggestions zsh-syntax-highlighting)
source $ZSH/oh-my-zsh.sh
source ~/slimline/slimline.zsh
source ~/oh-my-zsh/custom/themes/slimline/slimline.zsh
SLIMLINE_USER_HOST_INFO_FORMAT="%F{green}|user|%F{white}@%F{cyan}|host|%f"
SLIMLINE_SYMBOL_WORKING_FORMAT="%F{red}➜%f"
SLIMLINE_SYMBOL_READY_FORMAT="%F{white}➜%f"