Skip to content

Commit

Permalink
add colorls
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhongjung committed Apr 10, 2019
1 parent c122eb1 commit 2fa602b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,14 @@ spaceship_vi_mode_enable

# spaceship prompt order
SPACESHIP_PROMPT_ORDER=(user host dir git exec_time line_sep jobs exit_code vi_mode char)
SPACESHIP_PROMPT_ADD_NEWLINE="true"
SPACESHIP_CHAR_SYMBOL="\uf0e7"
SPACESHIP_CHAR_PREFIX="\uf296"
SPACESHIP_CHAR_SUFFIX=(" ")
SPACESHIP_CHAR_COLOR_SUCCESS="yellow"
SPACESHIP_PROMPT_DEFAULT_PREFIX="$USER"
SPACESHIP_PROMPT_FIRST_PREFIX_SHOW="true"
SPACESHIP_USER_SHOW="true"
# SPACESHIP_PROMPT_ADD_NEWLINE="true"
# SPACESHIP_CHAR_SYMBOL="\uf0e7"
# SPACESHIP_CHAR_PREFIX="\uf296"
# SPACESHIP_CHAR_SUFFIX=(" ")
# SPACESHIP_CHAR_COLOR_SUCCESS="yellow"
# SPACESHIP_PROMPT_DEFAULT_PREFIX="$USER"
# SPACESHIP_PROMPT_FIRST_PREFIX_SHOW="true"
# SPACESHIP_USER_SHOW="true"

# ls colors
#eval $(gdircolors ~/.dircolors/dircolors.ansi-dark)
Expand Down

0 comments on commit 2fa602b

Please sign in to comment.