dotfiles/.config/powerline/themes/shell/__main__.json

25 lines
302 B
JSON

{
"segment_data": {
"hostname": {
"args": {
"only_if_ssh": true
}
},
"user": {
"args": {
"only_if_ssh": true
}
},
"branch": {
"args": {
"status_colors": true
}
},
"cwd": {
"args": {
"use_path_separator": true,
"dir_limit_depth": 6
}
}
}
}