mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
add some default programs to .profile
This commit is contained in:
parent
b2ca0dfa4e
commit
3cc4c2dfd0
3
.profile
3
.profile
@ -11,9 +11,12 @@
|
|||||||
|
|
||||||
### Default programs ###
|
### Default programs ###
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
|
export READER="zathura"
|
||||||
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||||
export TERMINAL="alacritty"
|
export TERMINAL="alacritty"
|
||||||
export BROWSER="firefox"
|
export BROWSER="firefox"
|
||||||
|
export VIDEO="mpv"
|
||||||
|
export IMAGE="sxiv"
|
||||||
|
|
||||||
### PATH exports ###
|
### PATH exports ###
|
||||||
# $1 = path to export
|
# $1 = path to export
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user