diff options
| author | Jackson Law <178053+jlaw@users.noreply.github.com> | 2020-04-09 14:15:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-09 17:15:44 -0400 |
| commit | 35de64fb26a682cf99262e56534e26d0d9054b84 (patch) | |
| tree | f5840c02b7df7afadb64fbc7380fc00324d29eed | |
| parent | a2277bc99bb74f44d328cc22d291942b6730b6de (diff) | |
| download | eibhear-35de64fb26a682cf99262e56534e26d0d9054b84.tar.gz eibhear-35de64fb26a682cf99262e56534e26d0d9054b84.tar.zst eibhear-35de64fb26a682cf99262e56534e26d0d9054b84.zip | |
chore: Use $XDG_CONFIG_HOME for tmux (#549)
| -rw-r--r-- | .config/aliasrc | 1 | ||||
| -rw-r--r-- | .config/tmux/tmux.conf (renamed from .tmux.conf) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/.config/aliasrc b/.config/aliasrc index 64d45af..90de3d9 100644 --- a/.config/aliasrc +++ b/.config/aliasrc @@ -41,3 +41,4 @@ alias \ magit="nvim -c MagitOnly" \ ref="shortcuts >/dev/null; source ${XDG_CONFIG_HOME:-$HOME/.config}/shortcutrc ; source ${XDG_CONFIG_HOME:-$HOME/.config}/zshnameddirrc" \ weath="less -S ${XDG_DATA_HOME:-$HOME/.local/share}/weatherreport" \ + tmux="tmux -f ${XDG_CONFIG_HOME:-$HOME/.config}/tmux/tmux.conf" diff --git a/.tmux.conf b/.config/tmux/tmux.conf index 6d85cc7..6d85cc7 100644 --- a/.tmux.conf +++ b/.config/tmux/tmux.conf |
