Make tmux use XDG basedir - somewhat
This commit is contained in:
parent
3ce7aadf89
commit
39a257cba5
7 changed files with 9 additions and 4 deletions
2
zshrc
2
zshrc
|
@ -191,6 +191,8 @@ make() {
|
|||
esac
|
||||
}
|
||||
|
||||
alias tmux="tmux -f $XDG_CONFIG_HOME/tmux/tmux.conf"
|
||||
|
||||
# pkgsrc does not like MAKEFLAGS including -j
|
||||
which pkg_chk &>/dev/null && alias pkg_chk="MAKEFLAGS= pkg_chk"
|
||||
which pkg_rolling-replace &>/dev/null &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue