aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--.minttyrc5
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 849040f..887781b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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