diff --git a/common/.tmux.conf b/common/.tmux.conf deleted file mode 100644 index f50a6e4..0000000 --- a/common/.tmux.conf +++ /dev/null @@ -1,23 +0,0 @@ -set-option -g default-shell /bin/zsh - -# List of plugins -set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'tmux-plugins/tmux-sensible' -set -g @plugin 'christoomey/vim-tmux-navigator' -set -g @plugin 'dracula/tmux' - -set -g @dracula-show-powerline true -set -g @dracula-show-fahrenheit false -set -g @dracula-show-flags true -set -g @dracula-show-left-icon session -set -g status-position top - -# Other examples: -# set -g @plugin 'github_username/plugin_name' -# set -g @plugin 'github_username/plugin_name#branch' -# set -g @plugin 'git@github.com:user/plugin' -# set -g @plugin 'git@bitbucket.com:user/plugin' - -# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) -run '~/.tmux/plugins/tpm/tpm' - diff --git a/common/.zshrc b/common/.zshrc index 8020e29..e1e77d1 100644 --- a/common/.zshrc +++ b/common/.zshrc @@ -100,10 +100,6 @@ source $ZSH/oh-my-zsh.sh # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" -if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then - exec tmux -fi - #keybindings bindkey '^H' backward-kill-word