1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Make sure .zshenv is loaded properly

This commit is contained in:
Ryan Kes 2019-09-27 20:26:26 +02:00
parent 685c57ce75
commit 5ffad6a7af

View File

@ -11,7 +11,9 @@ set -g @themepack 'powerline/double/magenta'
# Save tmux sessions
set -g @resurrect-strategy-nvim 'session'
# Set zsh as default command so profile etc is properly loaded
set-option -g default-command zsh
# Other examples:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin 'git@github.com/user/plugin'