]> git.sev.monster Git - dotfiles.git/commitdiff
prompt_arrows_setup: make comment more readable
authorsev <git@sev.monster>
Mon, 10 Aug 2020 05:31:48 +0000 (00:31 -0500)
committersev <git@sev.monster>
Fri, 5 Apr 2024 21:27:40 +0000 (16:27 -0500)
base/.zsh/prompt_arrows_setup

index 517c262b142d4e71350a14d3da42b1262055b211..7dc4a907af78f312a6dcd9255c1af610f97e6073 100644 (file)
@@ -5,12 +5,13 @@ prompt arrows <right|2line> <normal> <prompt> <ssh> <urgent> <comment> <dir> <un
 The first parameter determines whether or not to use right-aligned status
 text, or to put it above the command line.
 
 The first parameter determines whether or not to use right-aligned status
 text, or to put it above the command line.
 
+All other parameters are Zsh PROMPT_SUBST color values wrapped in '%F{}'.
+
 If 'prompt' or 'ssh' are 'random', their respective value will be
 procedurally generated using the machine hostname as a seed; if the
 machine is connected to SSH, the 'prompt' value will be replaced with
 the 'ssh' value.
 
 If 'prompt' or 'ssh' are 'random', their respective value will be
 procedurally generated using the machine hostname as a seed; if the
 machine is connected to SSH, the 'prompt' value will be replaced with
 the 'ssh' value.
 
-All other parameters are Zsh PROMPT_SUBST color values wrapped in '%F{}'.
 
 Defaults are white, green, random, red, blue, yellow, and darkyellow
 respectively.
 
 Defaults are white, green, random, red, blue, yellow, and darkyellow
 respectively.
This page took 0.035246 seconds and 4 git commands to generate.