force reloading tmux config on non-nixos
This commit is contained in:
parent
ee74bed157
commit
6c86464dd9
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
export NIX_PATH="$HOME/.nix-defexpr/channels:$NIX_PATH"
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||
tmux source-file ~/.config/tmux/tmux.conf
|
||||
echo "non-nixos patches loaded"
|
||||
fi
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue