1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-25 20:47:45 +01:00

flatpak: added programs to path

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

View File

@ -4,16 +4,10 @@ super + b
$BROWSER
super + f
$TERMINAL -e $FILE
super + i
intellij-idea-ultimate-edition
super + m
thunderbird
super + p
$TERMINAL -e ncmpcpp
super + shift + r
dmenu_run -c -l 20
super + s
startpagesearch
super + F5
togglemonitor
super + F6

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"