diff options
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .minttyrc | 5 |
2 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,6 @@ .bash_history .gnupg/ .lesshst -.minttyrc .rnd .ssh/ .vim/ diff --git a/.minttyrc b/.minttyrc new file mode 100644 index 0000000..6f6c071 --- /dev/null +++ b/.minttyrc @@ -0,0 +1,5 @@ +BoldAsFont=-1 +Font=Consolas +FontHeight=11 +Rows=25 +ScrollbackLines=9000 |