aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/tmux/tmux.conf10
-rw-r--r--config/zsh/.zshrc30
2 files changed, 5 insertions, 35 deletions
diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf
index 777810f..afaff80 100644
--- a/config/tmux/tmux.conf
+++ b/config/tmux/tmux.conf
@@ -29,11 +29,11 @@ bind R source-file ~/.config/tmux/tmux.conf
set -g status-right-length 100
set -g @plugin 'tmux-plugins/tpm'
-# set -g @plugin 'egel/tmux-gruvbox'
-# set -g @tmux-gruvbox 'dark'
-set -g @plugin 'arcticicestudio/nord-tmux'
-set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
-set -g @plugin 'wfxr/tmux-fzf-url'
+set -g @plugin 'egel/tmux-gruvbox'
+set -g @tmux-gruvbox 'dark'
+# set -g @plugin 'arcticicestudio/nord-tmux'
+# set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
+# set -g @plugin 'wfxr/tmux-fzf-url'
# show copy/sync mode with tmux-prefix-highlight
set -g @prefix_highlight_show_copy_mode 'on'
diff --git a/config/zsh/.zshrc b/config/zsh/.zshrc
index 57b49c5..39dd01b 100644
--- a/config/zsh/.zshrc
+++ b/config/zsh/.zshrc
@@ -108,33 +108,3 @@ if [ "$(uname)" = 'Linux' ]
then
. /usr/share/doc/pkgfile/command-not-found.zsh
fi
-
-# upload-config() {
-# scp -qr "$HOME/.vim" cce424r@ds-train:
-# scp -q "$HOME/.config/vim/vimrc" cce424r@ds-train:.vimrc
-#
-# scp -qr "$HOME/.vim" cce424r@ds-attic:
-# scp -q "$HOME/.config/vim/vimrc" cce424r@ds-attic:.vimrc
-# }
-
-# >>> conda initialize >>>
-# !! Contents within this block are managed by 'conda init' !!
-__conda_setup="$('/usr/local/anaconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
-# shellcheck disable=SC2181
-if [ $? -eq 0 ]; then
- eval "$__conda_setup"
-else
- if [ -f "/usr/local/anaconda3/etc/profile.d/conda.sh" ]; then
- . "/usr/local/anaconda3/etc/profile.d/conda.sh"
- else
- export PATH="/usr/local/anaconda3/bin:$PATH"
- fi
-fi
-unset __conda_setup
-
-if [ -f "/usr/local/anaconda3/etc/profile.d/mamba.sh" ]; then
- . "/usr/local/anaconda3/etc/profile.d/mamba.sh"
-fi
-# <<< conda initialize <<<
-
-eval "$(opam env)"