1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

flatpak: added programs to path

This commit is contained in:
2022-11-20 20:49:22 +01:00
parent 442ad2c8be
commit e3a9edf503
2 changed files with 3 additions and 6 deletions

View File

@@ -4,6 +4,9 @@
# Adds `~/.local/bin` and all subdirectories to $PATH
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 RTV_BROWSER="qutebrowser"
export EDITOR="nvim"