mirror of
https://github.com/b-ryan/powerline-shell.git
synced 2026-09-10 07:26:28 -04:00
Increase max path length before shortening
This commit is contained in:
parent
39a9a32927
commit
87dc91527d
|
|
@ -175,7 +175,7 @@ if __name__ == '__main__':
|
|||
cwd = os.getcwd()
|
||||
#p.append(Segment(' \\u ', 250, 240))
|
||||
#p.append(Segment(' \\h ', 250, 238))
|
||||
add_cwd_segment(p, cwd, 4)
|
||||
add_cwd_segment(p, cwd, 5)
|
||||
add_repo_segment(p, cwd)
|
||||
add_root_indicator(p, sys.argv[1] if len(sys.argv) > 1 else 0)
|
||||
sys.stdout.write(p.draw())
|
||||
|
|
|
|||
Loading…
Reference in a new issue