dotfiles/bash/.bashrc.d/def_apps.rc
2023-11-15 11:22:37 +01:00

8 lines
159 B
Bash

#!/bin/bash
## DEFAULT APPLICATIONS ##
export EDITOR="vim"
export VISUAL="vim"
export BROWSER="librewolf"
export PAGER="less"
export IMAGEVIEWER="nomacs"