config-bash/profile.d/apps
2022-09-22 18:32:56 +02:00

9 lines
128 B
Bash

#!/bin/bash
# Defined prefered applications
export TERMINAL=kitty
export PAGER=less
export EDITOR=nvim
export BROWSER=firefox