Skip to content

Commit

Permalink
Changed char back to ->
Browse files Browse the repository at this point in the history
  • Loading branch information
thnikk committed Feb 12, 2020
1 parent f402281 commit 9d3147d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions thnikk.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ NEWLINE=$'\n'
# Use for fish-like directories
RRD='%(4~|../%2~|%~)'

#if [ $THNIKK_ZSH_CHAR = "1" ]; then
CHAR=""
#else
# CHAR="->"
#fi
CHAR="->"

if [ -n "$SSH_CLIENT" ]; then
HN="%{$fg[red]%}%m %{$reset_color%}%"
Expand Down

0 comments on commit 9d3147d

Please sign in to comment.