mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Set less (with colour support) as $PAGER
This commit is contained in:
parent
ff14824671
commit
3a0b18b3d5
1
.profile
1
.profile
@ -8,6 +8,7 @@ export XDG_CURRENT_DESKTOP="GNOME" # Fixes xdg-open
|
||||
|
||||
export EDITOR="vim"
|
||||
export VISUAL="vim"
|
||||
export PAGER="less -R"
|
||||
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