From efe56c278863bc09ef20220f0c8a98670303aae0 Mon Sep 17 00:00:00 2001 From: Matheus Albino Brunhara Date: Sun, 24 Sep 2023 17:59:07 -0300 Subject: [PATCH] Adding useful info --- dot-conf/.tmux.conf | 2 +- dot-conf/.zshrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dot-conf/.tmux.conf b/dot-conf/.tmux.conf index c44c531..4f4b7cf 100644 --- a/dot-conf/.tmux.conf +++ b/dot-conf/.tmux.conf @@ -14,12 +14,12 @@ bind-key j select-pane -D bind-key k select-pane -U bind-key l select-pane -R +# unbinding conflicts with neovim-tree unbind C-h unbind C-j unbind C-k unbind C-l - # Start windows and panes at 1, not 0 set -g base-index 1 setw -g pane-base-index 1 diff --git a/dot-conf/.zshrc b/dot-conf/.zshrc index ccc6955..1f4c392 100644 --- a/dot-conf/.zshrc +++ b/dot-conf/.zshrc @@ -46,6 +46,7 @@ export PATH=${PATH}:${HOME}/.local/bin export PATH=${PATH}:${HOME}/repos/personal-devboot/my-scripts/shell # docker +# https://gbbigardi.medium.com/wsl-2-arch-docker-e-um-pouco-mais-do-meu-ambiente-de-desenvolvimento-42adc48368d4 DOCKER_DISTRO="Arch" DOCKER_DIR=/mnt/wsl/shared-docker DOCKER_SOCK="$DOCKER_DIR/docker.sock"