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:
parent
442ad2c8be
commit
e3a9edf503
@ -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
|
||||
|
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user