diff options
Diffstat (limited to 'system/.profile')
-rw-r--r-- | system/.profile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/.profile b/system/.profile index 4637065..0e1fc48 100644 --- a/system/.profile +++ b/system/.profile @@ -16,8 +16,9 @@ export PATH="$HOME/bin:$PATH" export PATH="$HOME/bin.local:$PATH" export MANPATH="/usr/local/man:/usr/local/mysql/man:/usr/local/git/man:$MANPATH" export SUDO_ASKPASS=~/bin/askpass -export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=gasp -Dsun.java2d.opengl=true' export HISTTIMEFORMAT="%Y-%m-%d %T " +export QUOTING_STYLE=literal +export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=gasp -Dsun.java2d.opengl=true' cpmq() { res="$(cpm $@)" |