Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
17f4cfca
Unverified
Commit
17f4cfca
authored
Jul 13, 2019
by
Marc Cornellà
Committed by
GitHub
Jul 13, 2019
Browse files
af-magic: make separator window-size-aware (#7739)
parent
29fb617e
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/af-magic.zsh-theme
View file @
17f4cfca
...
...
@@ -6,7 +6,7 @@ if [ $UID -eq 0 ]; then NCOLOR="red"; else NCOLOR="green"; fi
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
# primary prompt
PROMPT='$FG[237]
------------------------------------------------------------
%{$reset_color%}
PROMPT='$FG[237]
${(l.COLUMNS..-.)}
%{$reset_color%}
$FG[032]%~\
$(git_prompt_info) \
$FG[105]%(!.#.»)%{$reset_color%} '
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment