1
0
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:
Joe Groocock 2016-05-01 14:28:39 +01:00
parent ff14824671
commit 3a0b18b3d5
2 changed files with 2 additions and 0 deletions

View File

@ -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+

View File

@ -45,6 +45,7 @@ alias ls='ls --color=auto'
alias rm='rm -i'
alias mv='mv -i'
alias cp='cp -i'
alias less='less -R'
alias tree='tree -C'
# System aliases