zsh: force tmux to use configuration file in .config via alias
it doesn't work otherwise on OSX
This commit is contained in:
parent
1992ec0fcb
commit
de29a3bc70
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ alias ls="ls -h --color=auto"
|
||||||
alias la="ls -ah --color=auto"
|
alias la="ls -ah --color=auto"
|
||||||
alias ll="ls -ahl --color=auto"
|
alias ll="ls -ahl --color=auto"
|
||||||
|
|
||||||
|
alias tmux="tmux -f $HOME/.config/tmux/tmux.conf" # needed for osx systems for some reason
|
||||||
|
|
||||||
# env vars
|
# env vars
|
||||||
export GOPATH="$HOME/.local/share/go"
|
export GOPATH="$HOME/.local/share/go"
|
||||||
export PATH="$PATH:$GOPATH/bin"
|
export PATH="$PATH:$GOPATH/bin"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue