mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
Add better laptop support
This commit is contained in:
parent
1e137b842f
commit
51292e49bb
14 changed files with 30 additions and 25 deletions
3
profile
3
profile
|
|
@ -5,10 +5,11 @@
|
|||
[ -d "$HOME/.local/bin" ] && PATH="$HOME/.local/bin:$PATH"
|
||||
[ -d "$HOME/.scripts" ] && PATH="$HOME/.scripts:$PATH"
|
||||
|
||||
export XDG_RUNTIME_DIR=/tmp/$USER-$(uuidgen)
|
||||
alias editor=vim
|
||||
|
||||
export TERMINAL="urxvt"
|
||||
export BROWSER="/usr/bin/firefox"
|
||||
export BROWSER="/usr/bin/chromium-browser"
|
||||
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