mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
Fix websearch to use browser env var
This commit is contained in:
parent
3538699954
commit
b71fd9bbb9
9 changed files with 32 additions and 754 deletions
4
profile
4
profile
|
|
@ -6,10 +6,10 @@
|
|||
[ -d "$HOME/.scripts" ] && PATH="$HOME/.scripts:$PATH"
|
||||
|
||||
export XDG_RUNTIME_DIR=/tmp/$USER-$(uuidgen)
|
||||
alias editor=vim
|
||||
alias editor=vim
|
||||
|
||||
export TERMINAL="urxvt"
|
||||
export BROWSER="/usr/bin/chromium-browser"
|
||||
export BROWSER="/usr/bin/firefox"
|
||||
export FILE_MANAGER="/usr/bin/thunar"
|
||||
export EMAIL_CLIENT="/usr/bin/thunderbird"
|
||||
export EDITOR="/usr/bin/vim"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue