|
|
@ -4,6 +4,9 @@
|
|
|
|
# Adds `~/.local/bin` and all subdirectories to $PATH
|
|
|
|
# Adds `~/.local/bin` and all subdirectories to $PATH
|
|
|
|
export PATH="${PATH}:$(du "${HOME}/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
|
|
|
|
export PATH="${PATH}:$(du "${HOME}/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Add flatpak to path
|
|
|
|
|
|
|
|
export PATH="/var/lib/flatpak/exports/bin:${PATH}"
|
|
|
|
|
|
|
|
|
|
|
|
export BROWSER="firefox"
|
|
|
|
export BROWSER="firefox"
|
|
|
|
export RTV_BROWSER="qutebrowser"
|
|
|
|
export RTV_BROWSER="qutebrowser"
|
|
|
|
export EDITOR="nvim"
|
|
|
|
export EDITOR="nvim"
|
|
|
|