Skip to content

Commit

Permalink
Merge pull request b-ryan#205 from phatblat/exit-code
Browse files Browse the repository at this point in the history
Add padding to exit_code segment
  • Loading branch information
amtrivedi91 committed Aug 30, 2016
2 parents 4dd2684 + 9c0e4a5 commit cec3ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion segments/exit_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ def add_exit_code_segment():
return
fg = Color.CMD_FAILED_FG
bg = Color.CMD_FAILED_BG
powerline.append(str(powerline.args.prev_error), fg, bg)
powerline.append(' %s ' % str(powerline.args.prev_error), fg, bg)

add_exit_code_segment()

0 comments on commit cec3ef3

Please sign in to comment.