mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Add some more locale envvars
This commit is contained in:
parent
5efc99cff6
commit
ed93c42b1a
3
.profile
3
.profile
@ -1,4 +1,6 @@
|
||||
export LC_ALL="C"
|
||||
export LANG=en_GB.UTF-8
|
||||
export LC_NUMERIC=en_GB
|
||||
|
||||
export DOTFILES=~/.config/dotfiles
|
||||
export PATH="${PATH}:$DOTFILES/scripts"
|
||||
@ -8,4 +10,3 @@ export VISUAL="vim"
|
||||
export BROWSER="google-chrome-stable"
|
||||
export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"
|
||||
export QT_STYLE_OVERRIDE=GTK+
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user