From 978ef3275ecc3cf4f54960166ae826b83f8a888b Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Thu, 19 Dec 2013 18:07:31 +0100 Subject: [PATCH 1/2] better font support in terminator --- .config/terminator/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/terminator/config b/.config/terminator/config index 79ca54b7..091496c4 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -11,9 +11,9 @@ cursor_color = "#eee8d5" foreground_color = "#eee8d5" show_titlebar = False - font = Inconsolata for Powerline Medium 12 + font = Inconsolata Medium 12 background_color = "#002b36" - [layouts] +[layouts] [[default]] [[[child1]]] type = Terminal From b690aad363bd15524673820577822aebb2d2d3c4 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Thu, 19 Dec 2013 18:08:53 +0100 Subject: [PATCH 2/2] git tree now with display more suited for longinus host --- .gitconfig_includes.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig_includes.common b/.gitconfig_includes.common index b5c5ce9f..b34cf7f7 100644 --- a/.gitconfig_includes.common +++ b/.gitconfig_includes.common @@ -10,5 +10,5 @@ [core] pager = cat [alias] - tree = log --show-signature --color --decorate --date=short --all --graph -n 8 + tree = log --show-signature --color --decorate --date=short --all --graph -n 6