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
|
||||
|
|
|
@ -54,7 +54,7 @@ alias bower='bower --config.storage.packages=~/.cache/bower/packages --config.st
|
|||
alias gdb='gdb -x $HOME/.config/gdbinit'
|
||||
alias iftop='iftop -c $HOME/.config/iftoprc'
|
||||
alias lmms='lmms --config $HOME/.config/lmmsrc.xml'
|
||||
alias tmux='tmux -f $HOME/.config/tmux.conf'
|
||||
alias tmux='tmux -f $HOME/.config/tmux/tmux.conf'
|
||||
|
||||
# TODO ruby's gem when I find a use for it
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue