Fixed tmux config
This commit is contained in:
parent
59fdfe7ea2
commit
384460ec29
3 changed files with 12 additions and 1 deletions
|
@ -77,6 +77,15 @@ export XAUTHORITY="$HOME/.config/Xauthority"
|
|||
# And for the rest, see aliases
|
||||
direnv JUNKHOME "$HOME/.cache/junkhome"
|
||||
|
||||
# For software that did not understand that XDG variables have defaults
|
||||
direnv XDG_DATA_HOME "$HOME/.local/share"
|
||||
direnv XDG_CONFIG_HOME "$HOME/.config"
|
||||
export XDG_DATA_DIRS="/usr/local/share/:/usr/share/"
|
||||
export XDG_CONFIG_DIRS="/etc/xdg"
|
||||
direnv XDG_CACHE_HOME "$HOME/.cache"
|
||||
direnv XDG_RUNTIME_DIR "$HOME/.local/run"
|
||||
chmod 0700 "$XDG_RUNTIME_DIR"
|
||||
|
||||
# Path
|
||||
|
||||
# Function stolen from Arch Linux /etc/profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue