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