fix indentation on line 78

This commit is contained in:
Connor King 2022-01-26 11:02:07 -05:00
parent a736d4f420
commit 4aec774577

View File

@ -75,7 +75,7 @@ class CwdSegment(Segment):
dir_shorten_len=None,
dir_limit_depth=None,
use_path_separator=False,
shorten_home=True,
shorten_home=True,
ellipsis='...',):
cwd = self.get_shortened_path(pl, segment_info, shorten_home)
cwd_split = cwd.split(os.sep)