aboutsummaryrefslogtreecommitdiff
path: root/system/.profile
diff options
context:
space:
mode:
authorCamil Staps2019-07-15 22:52:32 +0200
committerCamil Staps2019-07-15 22:52:32 +0200
commit73a9903d47fe72ada4e24c5fec6811a6a0356356 (patch)
tree67b50712dcef040501e7e86347bff95652a7e363 /system/.profile
parentAdd mod-shift-S shortcut to shutdown with confirmation (I disabled the power ... (diff)
Updates for Debian 10: increase font face size (new font in terminal); add QUOTING_STYLE to stop annoying new ls behaviour
Diffstat (limited to 'system/.profile')
-rw-r--r--system/.profile3
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 $@)"