mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Initial commit
This commit is contained in:
11
.profile
Normal file
11
.profile
Normal file
@ -0,0 +1,11 @@
|
||||
export LC_ALL="C"
|
||||
|
||||
export DOTFILES=~/.config/dotfiles
|
||||
export PATH="${PATH}:$DOTFILES/scripts"
|
||||
|
||||
export EDITOR="vim"
|
||||
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+
|
||||
|
Reference in New Issue
Block a user