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

26 lines
302 B
JSON
Raw Normal View History

{
"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
}
}
}
}