6 lines
114 B
Bash
6 lines
114 B
Bash
#!/bin/bash
|
|
|
|
export HISTSIZE=10000
|
|
export HISTCONTROL=ignoreboth:erasedups
|
|
export JAVA_FONTS=/usr/share/fonts/TTF
|