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:
3
.profile
3
.profile
@@ -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"
|
||||
|
Reference in New Issue
Block a user