mirror of
https://github.com/sebaschi/dotfiles.git
synced 2026-04-01 10:05:14 +02:00
5 lines
118 B
Bash
5 lines
118 B
Bash
export PATH="$HOME/scripts:$PATH"
|
|
export PATH="$HOME/.config/emacs/bin:$PATH"
|
|
export PAGER="less"
|
|
export LESS="-FIRX"
|