config-bash/profile.d/apps

9 lines
128 B
Plaintext
Raw Normal View History

2013-04-24 16:58:31 +02:00
#!/bin/bash
# Defined prefered applications
2022-09-22 18:32:56 +02:00
export TERMINAL=kitty
2013-04-24 16:58:31 +02:00
export PAGER=less
2022-09-22 18:32:56 +02:00
export EDITOR=nvim
export BROWSER=firefox
2013-04-24 16:58:31 +02:00