1POWERLINE-CONFIG(1) Powerline POWERLINE-CONFIG(1)
2
3
4
6 powerline-config - Script used to obtain powerline configuration.
7
9 powerline-config [-pPATH]… tmux ACTION ( [-s |n )]
10 powerline-config [-pPATH]… shell ACTION [COMPONENT] [-sSHELL]
11
12
14 -p, --config-path PATH
15 Path to configuration directory. If it is present then configu‐
16 ration files will only be seeked in the provided path. May be
17 provided multiple times to search in a list of directories.
18
19 -h, --help
20 Display help and exit.
21
22 Arguments specific to tmux subcommand
23 ACTION If action is source then version-specific tmux configuration
24 files are sourced, if it is setenv then special (prefixed with
25 _POWERLINE) tmux global environment variables are filled with
26 data from powerline configuration. Action setup is just doing
27 setenv then source.
28
29 -s, --source
30 When using setup: always use configuration file sourcing. By
31 default this is determined automatically based on tmux version:
32 this is the default for tmux 1.8 and below.
33
34 -n, --no-source
35 When using setup: in place of sourcing directly execute configu‐
36 ration files. That is, read each needed powerline-specific con‐
37 figuration file, substitute $_POWERLINE_… variables with appro‐
38 priate values and run tmux config line. This is the default be‐
39 haviour for tmux 1.9 and above.
40
41 -h, --help
42 Display help and exit.
43
44 Arguments specific to shell subcommand
45 ACTION If action is command then preferred powerline command is output,
46 if it is uses then powerline-config script will exit with 1 if
47 specified component is disabled and 0 otherwise.
48
49 COMPONENT
50 Only applicable for uses subcommand: makes powerline-config exit
51 with 0 if specific component is enabled and with 1 otherwise.
52 tmux component stands for tmux bindings (e.g. those that notify
53 tmux about current directory changes), prompt component stands
54 for shell prompt.
55
56 -s, --shell SHELL
57 Shell for which query is run
58
59 -h, --help
60 Display help and exit.
61
63 Written by Kim Silkebækken, Nikolay Pavlov, Kovid Goyal and contribu‐
64 tors. The glyphs in the font patcher are created by Fabrizio Schiavi.
65
67 Report powerline-config bugs to
68 https://github.com/powerline/powerline/issues.
69
71 powerline(1)
72
73
74
75
76beta Jan 30, 2020 POWERLINE-CONFIG(1)